UNPKG

base256-archive

Version:

Simple archive format that produces a base256-encoded string.

6 lines (5 loc) 180 B
import type { Packed, Packable, PackOptions } from './types.js'; declare const Packer: { pack: (packable: Packable, options?: PackOptions) => Packed; }; export default Packer;