UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

4 lines (3 loc) 213 B
export default function findDownloadDir(fileName?: string): Promise<string>; export declare function findFileName(url: string): string; export declare function downloadToDirectory(path: string): Promise<boolean>;