UNPKG

@electron/get

Version:

Utility for downloading artifacts from different versions of Electron

4 lines (3 loc) 174 B
import { DownloadOptions } from './types'; import { Downloader } from './Downloader'; export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;