@types/when
Advanced tools
Comparing version 2.4.39 to 2.4.40
@@ -206,3 +206,3 @@ declare function When(): When.Promise<void>; | ||
*/ | ||
function settle<T>(promisesOrValues: any[]): Promise<Descriptor<T>[]>; | ||
function settle<T>(promisesOrValues: any[]): Promise<Array<Descriptor<T>>>; | ||
@@ -254,3 +254,3 @@ /** | ||
*/ | ||
function join<T>(...promises: Promise<T>[]): Promise<T[]>; | ||
function join<T>(...promises: Array<Promise<T>>): Promise<T[]>; | ||
/** | ||
@@ -257,0 +257,0 @@ * Joins multiple promises into a single returned promise. |
{ | ||
"name": "@types/when", | ||
"version": "2.4.39", | ||
"version": "2.4.40", | ||
"description": "TypeScript definitions for when", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "05fe16bb0844a25dea9592c6bf3e0bd1f4edab0d91029c291a476ee9b3b6e711", | ||
"typesPublisherContentHash": "4d22c676c41695353004e0a0bbeabd51b225eafef73ee5677101117ba77c26c1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
20536