Packer (#172)
* 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
This commit is contained in:
2
typings/packer/pack.d.ts
vendored
Normal file
2
typings/packer/pack.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { PackFn } from './base';
|
||||
export declare const pack: PackFn;
|
||||
Reference in New Issue
Block a user