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) 74 B
export default function streamToString(stream: any, callback: any): void;