BufferEncoding
Import
import { BufferEncoding } from "@hyper-fetch/core"
Source
Package
Preview
type BufferEncoding = ascii | utf8 | utf-8 | utf16le | ucs2 | ucs-2 | base64 | base64url | latin1 | binary | hex;
import { BufferEncoding } from "@hyper-fetch/core"
type BufferEncoding = ascii | utf8 | utf-8 | utf16le | ucs2 | ucs-2 | base64 | base64url | latin1 | binary | hex;