Skip to main content
Module

x/bid/model.ts>Encoding

build IME dictionary
Go to Latest
type alias Encoding
import { type Encoding } from "https://deno.land/x/bid@v0.3.2/model.ts";
definition:
| "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "ucs2"
| "ucs-2"
| "base64"
| "base64url"
| "latin1"
| "binary"
| "hex"