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

2 lines (1 loc) 87 B
export default function streamToFile(source: any, filePath: any, callback: any): void;