promise_mtd
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "promise_mtd", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Set of methods allowing simplify work with Promises in cycle. Methods: forEach, map, while, transform, parallel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# promise_mtd | ||
Set of methods allowing to simplify work with promises in cycle. | ||
Set of methods allowing to simplify work with promises in cycle. The library has support TypeScript. | ||
@@ -108,3 +108,3 @@ * Implementation of ```forEach```, ```map```, ```filter``` for working with array data when it's needed to apply asynchronous function to each element. | ||
### whileTrue(condition: Function(): Boolean, Function) | ||
### asyncWhile(condition: Function(): Boolean, Function) | ||
```While``` over promises serially | ||
@@ -111,0 +111,0 @@ ```js |
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
14095