UNPKG
k6-node
Version:
latest (0.3.1)
0.3.1
0.0.2
0.0.1
CLI tool that enables k6 installation via npm packages
k6-node
/
dist
/
install
/
download-file.d.ts
5 lines
(4 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
/** * Download a file with progress bar */
export
declare
const
downloadFile
:
(
url
:
string
,
outputPath
:
string
) =>
Promise
<
string
>;