type alias Encodingimport { type Encoding } from "https://deno.land/x/bid@v1.0.3/model.ts"; Node.js Buffer準拠のエンコーディング definition: | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex"