Skip to content

Type Alias: BufferEncoding

  • Type: BufferEncoding = "ascii" | "utf8" | "utf16le" | "ucs2" | "base64" | "base64url" | "latin1" | "binary" | "hex"
Defined in: plugin/fs.ts:62

Released under the MIT License.