Go to Latest
type alias BufferEncoding
import { type BufferEncoding } from "https://dotland.deno.dev/std@0.146.0/node/_global.d.ts";

One of: | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex";

definition: string