arcade-machine/ui/get/dist/esm/downloader-resolver.d.ts
2023-02-23 13:39:06 +02:00

3 lines
174 B
TypeScript

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