Files
part2/node_modules/@electron/get/dist/esm/downloader-resolver.d.ts
2023-01-19 00:33:33 +08:00

4 lines
174 B
TypeScript

import { DownloadOptions } from './types';
import { Downloader } from './Downloader';
export declare function getDownloaderForSystem(): Promise<Downloader<DownloadOptions>>;