@types/node-wget-promise
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Installation

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

Summary

This package contains type definitions for node-wget-promise (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

declare function download(
    source: string,
    options?: { verbose?: boolean | undefined; output?: string | undefined; onStart?: any; onProgress?: any },
): Promise<void>;
export = download;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Nathan Shively-Sanders.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/node-wget-promise

Weekly Downloads

19

Version

0.1.4

License

MIT

Unpacked Size

3.01 kB

Total Files

5

Last publish

Collaborators

  • types