Skip to content

Commit a76afd8

Browse files
committed
fix typings
1 parent f037c2d commit a76afd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typings/internalBinding/encoding_binding.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ export interface EncodingBinding {
44
decodeUTF8(buffer: ArrayBufferView | ArrayBuffer | SharedArrayBuffer, ignoreBOM?: boolean, hasFatal?: boolean): string;
55
toASCII(input: string): string;
66
toUnicode(input: string): string;
7-
decodeLatin1(buffer: ArrayBufferView | ArrayBuffer | SharedArrayBuffer, ignoreBOM?: boolean, hasFatal?: boolean): string;
87
}

0 commit comments

Comments
 (0)