UNPKG

@bare-ts/lib

Version:

TypeScript library for BARE, a compact and simple binary-serialization format

17 lines (16 loc) 604 B
export * from "./codec/data.js"; export * from "./codec/float-array.js"; export * from "./codec/i16-array.js"; export * from "./codec/i32-array.js"; export * from "./codec/i64-array.js"; export * from "./codec/i8-array.js"; export * from "./codec/primitive.js"; export * from "./codec/string.js"; export * from "./codec/u16-array.js"; export * from "./codec/u32-array.js"; export * from "./codec/u64-array.js"; export * from "./codec/u8-array.js"; export * from "./codec/u8-clamped-array.js"; export * from "./core/bare-error.js"; export * from "./core/byte-cursor.js"; export * from "./core/config.js";