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 2a84cde commit 0df19e6Copy full SHA for 0df19e6
types/node/globals.d.ts
@@ -71,7 +71,7 @@ declare var module: NodeModule;
71
declare var exports: any;
72
73
// Buffer class
74
-type BufferEncoding = "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex";
+type BufferEncoding = "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex";
75
76
type WithImplicitCoercion<T> = T | { valueOf(): T };
77
0 commit comments