UNPKG

336 BTypeScriptView Raw
1export declare const UTF8 = "utf8";
2export declare const UTF8_with_bom = "utf8bom";
3export declare const UTF16be = "utf16be";
4export declare const UTF16le = "utf16le";
5export declare const UTF16be_BOM: number[];
6export declare const UTF16le_BOM: number[];
7export declare const UTF8_BOM: number[];
8//# sourceMappingURL=encodings.d.ts.map
\No newline at end of file