projecte_ionic/node_modules/ajv/dist/runtime/ucs2length.d.ts
2022-02-09 18:30:03 +01:00

5 lines
132 B
TypeScript
Executable file

declare function ucs2length(str: string): number;
declare namespace ucs2length {
var code: string;
}
export default ucs2length;