NeahNew/node_modules/@electron/get/dist/esm/downloader-resolver.d.ts
2025-05-06 22:43:27 +02:00

4 lines
174 B
TypeScript

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