react-native-get-pixel_edit/node_modules/@react-native-community/cli-doctor/build/tools/downloadAndUnzip.d.ts
2025-07-09 11:41:52 +09: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