UNPKG

138 BTypeScriptView Raw
1import * as execa from 'execa';
2export declare function download(url: string, filepath?: string | string[]): Promise<execa.ExecaReturns>;