Skip to main content
Go to Latest
type alias BufferEncoding
import { type BufferEncoding } from "https://deno.land/std@0.139.0/node/_global.d.ts";

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

definition: string