mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-08 04:53:52 +01:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
declare function ucs2length(str: string): number;
|
|
declare namespace ucs2length {
|
|
var code: string;
|
|
}
|
|
export default ucs2length;
|