API reference › @evolu/common › Fs › FsEncoding
type FsEncoding =
| "ascii"
| "utf8"
| "utf-8"
| "utf16le"
| "utf-16le"
| "ucs2"
| "ucs-2"
| "base64"
| "base64url"
| "latin1"
| "binary"
| "hex";
Defined in: packages/common/src/Fs.ts:191
Supported text encodings.