Skip to main content
Go to Latest
type alias TextEncodings
import { type TextEncodings } from "https://deno.land/std@0.65.0/node/_fs/_fs_common.ts";
definition:
| "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "ucs2"
| "ucs-2"
| "base64"
| "latin1"
| "hex"