"use strict";Object.defineProperty(exports,"__esModule",{value:true});asyncfunctiongetDownloaderForSystem(){// TODO: Resolve the downloader or default to GotDownloader// Current thoughts are a dot-file traversal for something like// ".electron.downloader" which would be a text file with the name of the// npm module to import() and use as the downloaderconst{GotDownloader}=awaitPromise.resolve().then(()=>require('./GotDownloader'));returnnewGotDownloader();}exports.getDownloaderForSystem=getDownloaderForSystem;//# sourceMappingURL=downloader-resolver.js.map