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