Skip to main content
Module

std/node/_utils.ts>TextEncodings

Deno standard library
Go to Latest
type alias TextEncodings
import { type TextEncodings } from "https://deno.land/std@0.139.0/node/_utils.ts";
definition:
| "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "ucs2"
| "ucs-2"
| "base64"
| "latin1"
| "hex"