InterfaceDownloaderInterface
interface DownloaderInterface { downloadTo(source: string,
destination: string): Promise<void>; } Methods
downloadTo
- downloadTo(source, destination): Promise<void>
Parameters
- source: string
- destination: string
Returns Promise<void>