UNPKG

@electron/get

Version:

Utility for downloading artifacts from different versions of Electron

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