UNPKG

varbyte-printable

Version:

A library for encoding variable-length bytes into a compact, printable, and JSON/JavaScript-safe string format.

3 lines (2 loc) 163 B
export { decodeVarbytePrintable, type NumberArrayLikeConstructor } from "./decode.js"; export { encodeVarbytePrintable, type NumberArrayLike } from "./encode.js";