0.1.4 • Published 6 months ago

@types/node-wget-promise v0.1.4

Weekly downloads
35
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/node-wget-promise

Summary

This package contains type definitions for date-range-array (https://github.com/ajhsu/node-wget-promise).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-wget-promise.

index.d.ts

// 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 | undefined, output?: string | undefined, onStart?: any, onProgress?: any}): Promise<void>;
export = download;

Additional Details

  • Last updated: Thu, 08 Jul 2021 18:51:29 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Nathan Shively-Sanders.

0.1.2

8 months ago

0.1.4

6 months ago

0.1.3

7 months ago

0.1.1

3 years ago

0.1.0

5 years ago