Skip to content
Shapemetry

Types - Binary

API reference for ./io/binary on @huukhanhnguyen/types — the option and result records of @huukhanhnguyen/io's Binary reader/writer.

See the Guide for the package's role.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

ZipEntry

type

Option and result records of @huukhanhnguyen/io's io/binary.ts.

Declarations only — the reader/writer runtime stays in @huukhanhnguyen/io.

type ZipEntry
// = {
    name: string;
    data: Uint8Array;
}
Last updated: 📖 1 min readEdit on GitHub