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

8 lines (7 loc) 225 B
/** * zip-iterator * * Extract contents from ZIP archives using an iterator API. * Supports streaming and path inputs with forward-only parsing. */ export * from './types.js'; export { default } from './ZipIterator.js';