UNPKG

hackpro-sdk

Version:
4 lines (3 loc) 229 B
/// <reference types="node" /> import * as unzip from 'unzip-stream'; export declare const getFileStreamFromZipStream: (zipStream: NodeJS.ReadableStream, match: (filename: string) => boolean) => Promise<unzip.ZipStreamEntry>;