* introduce pako and add general packer interface * add tests for packer * use function API instead of class API for better tree shaking support * refcatoring the rollup bundle config
3 lines
68 B
TypeScript
3 lines
68 B
TypeScript
import { PackFn } from './base';
|
|
export declare const pack: PackFn;
|