mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-24 07:09:00 +00: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;
|