UNPKG

413 BTypeScriptView Raw
1import * as ora from 'ora';
2/**
3 * Downloads `downloadUrl` and unzips the contents to `installPath` while
4 * updating the message of `loader` at each step.
5 */
6export declare const downloadAndUnzip: ({ loader, downloadUrl, component, installPath, }: {
7 loader: ora.Ora;
8 component: string;
9 downloadUrl: string;
10 installPath: string;
11}) => Promise<void>;
12//# sourceMappingURL=downloadAndUnzip.d.ts.map
\No newline at end of file