Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bid/model.ts>Encoding

build IME dictionary
Latest
type alias Encoding
import { 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"