promise_mtd
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -27,2 +27,3 @@ type Unwrap<T> = | ||
export function all<T>(list: T): Promise<UnwrapListOrObject<T>>; | ||
export function all<T extends Object>(list: T): Promise<UnwrapListOrObject<T>>; | ||
@@ -29,0 +30,0 @@ // export function all<Input = any>(data: Array<Input>): Promise<Array< Unwrap<Input> >>; |
{ | ||
"name": "promise_mtd", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Set of methods allowing simplify work with Promises in cycle. Methods: forEach, map, while, transform, parallel", | ||
@@ -5,0 +5,0 @@ "main": "index.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
14327
293