Skip to content

@technobuddha > library > Binary > Encoding

Type Alias: BinaryEncoding

ts
type BinaryEncoding = "base64" | "base64url" | "hex" | "binary";

Defined in: @types/binary-encoding.ts:8

Formats for binary encoding

See