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

6 lines (5 loc) 153 B
export default function parseExternalFileAttributes(externalAttributes: any, platform: any): { platform: string; type: any; mode: number; };