amis-rpc-design/node_modules/@react-native-community/cli-doctor/build/tools/downloadAndUnzip.d.ts
2023-10-07 19:42:30 +08:00

12 lines
419 B
TypeScript

import { Loader } from '../types';
/**
* Downloads `downloadUrl` and unzips the contents to `installPath` while
* updating the message of `loader` at each step.
*/
export declare const downloadAndUnzip: ({ loader, downloadUrl, component, installPath, }: {
loader: Loader;
component: string;
downloadUrl: string;
installPath: string;
}) => Promise<void>;
//# sourceMappingURL=downloadAndUnzip.d.ts.map