promise_mtd
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "promise_mtd", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Set of methods allowing simplify work with Promises in cycle. Methods: forEach, map, while, transform, parallel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -114,3 +114,3 @@ # promise_mtd | ||
### all(condition: Function(): Boolean, Function) | ||
### all(data: Array<Promise> | Object<{ key: Promise }>): Array<any> | Object<{ key: any }> | ||
```All``` over promises serially | ||
@@ -117,0 +117,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
11404