This commit is contained in:
Matthias Einwag 2020-09-23 08:39:04 -07:00
parent c7f4647749
commit 8eae893c76

View file

@ -76,7 +76,7 @@ interface DownloadOpts {
dest: string; dest: string;
mode?: number; mode?: number;
gunzip?: boolean; gunzip?: boolean;
overwrite?: boolean, overwrite?: boolean;
} }
export async function download(opts: DownloadOpts) { export async function download(opts: DownloadOpts) {