Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-02 11:20:31 +00:00
parent 069262c83d
commit 7dec6c7ebe
102 changed files with 20712 additions and 223 deletions

4
bin/tools/downloadAndUnzip.d.ts vendored Normal file
View File

@ -0,0 +1,4 @@
export declare function downloadAndUnzip(params: {
url: string;
destDirPath: string;
}): void;