This commit is contained in:
Eugene Pankov
2021-06-12 13:05:35 +02:00
parent 04ddd11dfc
commit dc69574c07
27 changed files with 1162 additions and 81 deletions

4
polyfills.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export declare function utf8Write(string: any, offset: any, length: any): any;
export declare function base64Slice(start: any, end: any): any;
export declare function latin1Slice(start: any, end: any): string;
export declare function utf8Slice(this: any, start: any, end: any): any;