node-pkware
Version:
node.js implementation of StormLib's pkware compressor/de-compressor
7 lines (6 loc) • 453 B
TypeScript
export declare function parseNumberString(n?: string, defaultValue?: number): number;
export declare function pathToRepoRoot(): string;
export declare function getPackageVersion(): Promise<string>;
export declare function fileExists(filename: string): Promise<boolean>;
export declare function getInputStream(filename?: string): Promise<NodeJS.ReadableStream>;
export declare function getOutputStream(filename?: string): Promise<NodeJS.WritableStream>;