Files
Remote-Control-Center/mc_test/node_modules/@electron/get/dist/esm/downloader-resolver.d.ts
2025-11-25 09:56:15 +03:00

4 lines
174 B
TypeScript
Executable File

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