UNPKG

erfan-flmngr-server-fixed

Version:

> Node.js Backend for Flmngr file manager

9 lines (8 loc) 264 B
export declare class DownloadedURL { fileName: string; contentType: string; contentLength: number; } export declare class URLDownloader { static download(url: string, dir: string, onFinish: (result: DownloadedURL | Error) => void): void; }