download
download(
url
,options
?):Promise
<DownloadResponse
>
Downloads a file from a URL.
Parameters
• url: string
| URL
The URL to download.
• options?: DillOptions
Options to use.
download(
url
,options
?):Promise
<DownloadResponse
>
Downloads a file from a URL.
• url: string
| URL
The URL to download.
• options?: DillOptions
Options to use.