UNPKG

103 BTypeScriptView Raw
1import { IZip } from "./zip";
2export declare function zipLoadPromise(filePath: string): Promise<IZip>;