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

9 lines (8 loc) 263 B
export default class ZipFileEntry { constructor(attributes: any, entry: any, lock: any); entry: any; lock: any; create(dest: any, options: any, callback: any): any; _writeFile(fullPath: any, _: any, callback: any): any; destroy(): void; }