Changelog
v3.1.6
Improve typescript support :
Fixes following error message :
error TS1259: Module 'pizzip' can only be default-imported using the 'allowSyntheticDefaultImports' flag
Error - 'tsc' sub task errored after 2.66 s
Changelog
v3.1.1
Add zip.clone() function to deep clone a zip instance
Remove usage of new Buffer
in favor of Buffer.from()
or Buffer.alloc()