@types/when
Advanced tools
Comparing version 2.4.34 to 2.4.35
@@ -93,3 +93,2 @@ // Type definitions for When 2.4.0 | ||
* containing the resolution values of each of the promisesOrValues. | ||
* @memberOf when | ||
* | ||
@@ -170,3 +169,2 @@ * @param promisesOrValues array of anything, may contain a mix | ||
* which will reject if any element of array rejects. | ||
* @memberOf when | ||
* | ||
@@ -180,3 +178,2 @@ * @param promisesOrValues array of anything, may contain a mix | ||
* Generates a potentially infinite stream of promises by repeatedly calling f until predicate becomes true. | ||
* @memberOf when | ||
* @param f function that, given a seed, returns the next value or a promise for it. | ||
@@ -196,3 +193,2 @@ * @param predicate function that receives the current iteration value, and should return truthy when the iterating should stop | ||
* unspool until predicate becomes true. when.unfold allows you to thread additional state information through the iteration. | ||
* @memberOf when | ||
* @param unspool function that, given a seed, returns a [valueToSendToHandler, newSeed] pair. | ||
@@ -199,0 +195,0 @@ * May return an array, array of promises, promise for an array, or promise for an array of promises. |
{ | ||
"name": "@types/when", | ||
"version": "2.4.34", | ||
"version": "2.4.35", | ||
"description": "TypeScript definitions for When", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/when", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "aba63ca95b57a61585ae83a05686998383c9d962344924409257422fdfecdf68", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "0ef0d23b8e8073ace08b5ce3f8aff95d0a7d22c8ceeb31029dc21f9daf97a586", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 15 Jul 2021 00:01:29 GMT | ||
* Last updated: Thu, 25 May 2023 20:34:58 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `When` |
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
20432
325