Skip to main content
Module

x/readable_stream/Interfaces.ts>BufferEncoding

Node-core streams for userland
Latest
type alias BufferEncoding
import { type BufferEncoding } from "https://deno.land/x/readable_stream@v3.6.0-deno.0.3.0/Interfaces.ts";
definition:
| "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "ucs2"
| "ucs-2"
| "base64"
| "latin1"
| "binary"
| "hex"