Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias TextEncodings
import { type TextEncodings } from "https://deno.land/std@0.63.0/node/_fs/_fs_common.ts";
definition:
| "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "ucs2"
| "ucs-2"
| "base64"
| "latin1"
| "hex"