This commit is contained in:
6
node_modules/licia/utf8.d.ts
generated
vendored
Normal file
6
node_modules/licia/utf8.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const utf8: {
|
||||
encode(str: string): string;
|
||||
decode(str: string, safe?: boolean): string;
|
||||
};
|
||||
|
||||
export = utf8;
|
||||
Reference in New Issue
Block a user