Files
spotify-gui-electron/node_modules/@electron/get/dist/esm/downloader-resolver.d.ts
2025-04-08 14:15:57 -07:00

4 lines
174 B
TypeScript

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