UNPKG

k6-node

Version:

CLI tool that enables k6 installation via npm packages

5 lines (4 loc) 134 B
/** * Download a file with progress bar */ export declare const downloadFile: (url: string, outputPath: string) => Promise<string>;