Skip to main content
Version: v7.0.0

BufferEncoding


Import
import { BufferEncoding } from "@hyper-fetch/core"

Preview

type BufferEncoding = ascii | utf8 | utf-8 | utf16le | ucs2 | ucs-2 | base64 | base64url | latin1 | binary | hex;
On this page