mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 07:16:03 +01:00
wip
This commit is contained in:
4
polyfills.d.ts
vendored
Normal file
4
polyfills.d.ts
vendored
Normal 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;
|
||||
Reference in New Issue
Block a user