UNPKG

@brianpugh/tamp

Version:

Tamp compression library for JavaScript/TypeScript using WebAssembly

8 lines (6 loc) 154 B
/** * TypeScript type definitions for Tamp WebAssembly * Main entry point - re-exports all APIs */ export * from './tamp'; export * from './streams';