minishouyin/node_modules/@electron/get/dist/esm/Downloader.d.ts

4 lines
113 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export interface Downloader<T> {
download(url: string, targetFilePath: string, options: T): Promise<void>;
}