6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
/** assert url ends with .zip */
|
|
export declare function downloadAndUnzip(params: {
|
|
url: string;
|
|
destDirPath: string;
|
|
}): void;
|