UNPKG

@nxrocks/common

Version:

Common library to share code among the `@nxrocks/*` plugins.

2 lines (1 loc) 155 B
export declare function extractFromZipStream(zipStream: NodeJS.ReadableStream, forEach: (entryPath: string, entryContent: Buffer) => void): Promise<void>;