mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:59:30 +08:00
5 lines
132 B
Text
5 lines
132 B
Text
declare function ucs2length(str: string): number;
|
|
declare namespace ucs2length {
|
|
var code: string;
|
|
}
|
|
export default ucs2length;
|