1.4.6 • Published 6 months ago

@types/downloadjs v1.4.6

Weekly downloads
25,716
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/downloadjs

Summary

This package contains type definitions for downloadjs (http://danml.com/download.html).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs.

index.d.ts

// Type definitions for downloadjs 1.4
// Project: http://danml.com/download.html
// Definitions by: cwmoo740 <https://github.com/cwmoo740>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

declare namespace download {
}
declare function download(data: string | File | Blob | Uint8Array, filename?: string, mimeType?: string): XMLHttpRequest | boolean;
export = download;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:31 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by cwmoo740.