DefinitelyTyped/types/node-wget-promise/index.d.ts
Nathan Shively-Sanders d9fd6571d8
Add some packages and update 1 repo url (#35953)
Add
1. all-the-package-names
2. date-range-array
3. download-file-sync
4. node-wget-promise
5. random
6. stats-lite
2019-06-04 13:54:22 -07:00

7 lines
398 B
TypeScript

// Type definitions for date-range-array 0.1
// Project: https://github.com/ajhsu/node-wget-promise
// Definitions by: Nathan Shively-Sanders <https://github.com/sandersn>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function download(source: string, options?: { verbose?: boolean, output?: string, onStart?: any, onProgress?: any}): Promise<void>;
export = download;