5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
export declare function downloadAndUnzip(params: {
|
|
url: string;
|
|
destDirPath: string;
|
|
}): void;
|