UNPKG

zip-iterator

Version:

Extract contents from zip archive type using an iterator API using streams or paths. Use stream interface and pipe transforms to add decompression algorithms

4 lines (3 loc) 119 B
export { default as Zip } from './lib/Zip.js'; export * from './types.js'; export { default } from './ZipIterator.js';