更新
This commit is contained in:
+6
@@ -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