@types/when
Advanced tools
Comparing version 2.4.28 to 2.4.29
@@ -281,3 +281,3 @@ // Type definitions for When 2.4.0 | ||
done<U>(onFulfilled: (value: T) => void, onRejected?: (reason: any) => void): void; | ||
done<U>(onFulfilled?: (value: T) => void, onRejected?: (reason: any) => void): void; | ||
@@ -284,0 +284,0 @@ fold<U, V>(combine: (value1: T, value2: V) => U | Promise<U>, value2: V | Promise<V>): Promise<U>; |
{ | ||
"name": "@types/when", | ||
"version": "2.4.28", | ||
"description": "TypeScript definitions for When 2.4.0", | ||
"version": "2.4.29", | ||
"description": "TypeScript definitions for When", | ||
"license": "MIT", | ||
"author": "Derek Cicerone <https://github.com/derekcicerone>, Wim Looman <https://github.com/Nemo157>", | ||
"contributors": [ | ||
{ | ||
"name": "Derek Cicerone", | ||
"url": "https://github.com/derekcicerone" | ||
}, | ||
{ | ||
"name": "Wim Looman", | ||
"url": "https://github.com/Nemo157" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +24,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "c1b74dd8ccc88c962f698aa9d13c515131e45c808287ff6ac5147a277aa3c6e2" | ||
"typesPublisherContentHash": "26778aaec40d739a30d76da58c0a2a666a87542d839f61fef9d59131d1a656bb", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for When 2.4.0 (https://github.com/cujojs/when). | ||
This package contains type definitions for When (https://github.com/cujojs/when). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/when | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when | ||
Additional Details | ||
* Last updated: Wed, 26 Oct 2016 19:23:32 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Mon, 22 May 2017 21:03:30 GMT | ||
* Dependencies: none | ||
* Global values: When | ||
@@ -17,0 +15,0 @@ |
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
19753
306
17