Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Encoding

type Encoding =
| "UTF32"
| "UTF16"
| "UTF16BE"
| "UTF16LE"
| "BINARY"
| "ASCII"
| "JIS"
| "UTF8"
| "EUCJP"
| "SJIS"
| "UNICODE"
| "AUTO";

§Type

§
"UTF32" | "UTF16" | "UTF16BE" | "UTF16LE" | "BINARY" | "ASCII" | "JIS" | "UTF8" | "EUCJP" | "SJIS" | "UNICODE" | "AUTO"
[src]