mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-15 20:34:56 +02: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;
|