@types/downloadjs
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -10,3 +10,3 @@ // Type definitions for downloadjs 1.4 | ||
} | ||
declare function download(data: string | File | Blob, filename?: string, mimeType?: string): XMLHttpRequest | boolean; | ||
declare function download(data: string | File | Blob | Uint8Array, filename?: string, mimeType?: string): XMLHttpRequest | boolean; | ||
export = download; |
{ | ||
"name": "@types/downloadjs", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "TypeScript definitions for downloadjs", | ||
@@ -19,11 +19,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/downloadjs" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f788d33902120c2affd1c5fa21afb25ed6a3a922895d05e4a35b31ef5e1f485f", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "308265152e3c35af89db25e8e2b3f4caf388824e9110a094e66345008a23c074", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/downloadjs. | ||
Additional Details | ||
* Last updated: Tue, 18 Dec 2018 18:34:33 GMT | ||
### Additional Details | ||
* Last updated: Mon, 27 Apr 2020 14:58:27 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by cwmoo740 <https://github.com/cwmoo740>, josuedevmark <https://github.com/josuedevmark>. | ||
These definitions were written by [cwmoo740](https://github.com/cwmoo740), and [josuedevmark](https://github.com/josuedevmark). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3018