UNPKG

@electron/get

Version:

Utility for downloading artifacts from different versions of Electron

5 lines 188 B
import { FetchDownloader } from './FetchDownloader.js'; export async function getDownloaderForSystem() { return new FetchDownloader(); } //# sourceMappingURL=downloader-resolver.js.map