UNPKG

node-pkware

Version:

nodejs implementation of StormLib's pkware compressor/de-compressor

5 lines (4 loc) 331 B
export declare function parseNumberString(n?: string, defaultValue?: number): number; export declare function getPackageVersion(): Promise<string>; export declare function getInputStream(filename?: string): Promise<NodeJS.ReadableStream>; export declare function getOutputStream(filename?: string): Promise<NodeJS.WritableStream>;