@types/when
Advanced tools
Comparing version 2.4.33 to 2.4.34
@@ -290,3 +290,3 @@ // Type definitions for When 2.4.0 | ||
onFulfilled: ((value: T) => TResult | Thenable<TResult>), | ||
onRejected?: ((reason: any) => TResult | Thenable<TResult>) | undefined | null, | ||
onRejected?: ((reason: any) => TResult | Thenable<TResult>) | null, | ||
onProgress?: (update: any) => void | ||
@@ -300,4 +300,4 @@ ): Promise<TResult>; | ||
then( | ||
onFulfilled?: ((value: T) => T | Thenable<T>) | undefined | null, | ||
onRejected?: ((reason: any) => T | Thenable<T>) | undefined | null, | ||
onFulfilled?: ((value: T) => T | Thenable<T>) | null, | ||
onRejected?: ((reason: any) => T | Thenable<T>) | null, | ||
onProgress?: (update: any) => void | ||
@@ -304,0 +304,0 @@ ): Promise<T>; |
{ | ||
"name": "@types/when", | ||
"version": "2.4.33", | ||
"version": "2.4.34", | ||
"description": "TypeScript definitions for When", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when", | ||
"license": "MIT", | ||
@@ -19,10 +20,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/when" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3a4324f13484b733a6f75db6071a85fa80f1b9b283c15742aa13498c82550580", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "aba63ca95b57a61585ae83a05686998383c9d962344924409257422fdfecdf68", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when. | ||
Additional Details | ||
* Last updated: Tue, 11 Sep 2018 00:08:42 GMT | ||
### Additional Details | ||
* Last updated: Thu, 15 Jul 2021 00:01:29 GMT | ||
* Dependencies: none | ||
* Global values: When | ||
* Global values: `When` | ||
# Credits | ||
These definitions were written by Derek Cicerone <https://github.com/derekcicerone>, Wim Looman <https://github.com/Nemo157>. | ||
These definitions were written by [Derek Cicerone](https://github.com/derekcicerone), and [Wim Looman](https://github.com/Nemo157). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
20520