UNPKG

352 BTypeScriptView Raw
1/**
2 * Custom utf8 TextDecoder that uses StringDecoder under the hood.
3 * This should only be used with utf8 and does NOT support TextDecoder options, like streaming.
4 */
5export declare class StringTextDecoder extends TextDecoder {
6 decode(input?: BufferSource, options?: TextDecodeOptions): string;
7}
8//# sourceMappingURL=stringTextDecoder.d.ts.map
\No newline at end of file