npm install --save @types/downloadjs
This package contains type definitions for downloadjs (http://danml.com/download.html).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs.
declare namespace download {
}
declare function download(
data: string | File | Blob | Uint8Array,
filename?: string,
mimeType?: string,
): XMLHttpRequest | boolean;
export = download;
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: none
These definitions were written by cwmoo740.