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

1.4.6 • Public • Published

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

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

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by cwmoo740.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/downloadjs

      Weekly Downloads

      101,489

      Version

      1.4.6

      License

      MIT

      Unpacked Size

      2.92 kB

      Total Files

      5

      Last publish

      Collaborators

      • types