We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f037c2d commit a76afd8Copy full SHA for a76afd8
typings/internalBinding/encoding_binding.d.ts
@@ -4,5 +4,4 @@ export interface EncodingBinding {
4
decodeUTF8(buffer: ArrayBufferView | ArrayBuffer | SharedArrayBuffer, ignoreBOM?: boolean, hasFatal?: boolean): string;
5
toASCII(input: string): string;
6
toUnicode(input: string): string;
7
- decodeLatin1(buffer: ArrayBufferView | ArrayBuffer | SharedArrayBuffer, ignoreBOM?: boolean, hasFatal?: boolean): string;
8
}
0 commit comments