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

16 lines (15 loc) 385 B
export default class ZipIterator { constructor(source: any, options: any); lock: any; iterator: { next: () => { localHeader: any; stream: Reader; start: any; centralHeader: any; lastModified: () => Date; getStream: () => import("stream").Readable; }; }; end(err: any): void; }