promise_mtd
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -31,4 +31,3 @@ type Unwrap<T> = | ||
export function parallel<Input = any>(data: Array<Input>, pool: number, handler: (el: Input, index: number) => Promise<void>): void; | ||
export function parallel<Input = any>(data: Array<Input>, params: { pool: number }, handler: (el: Input, index: number) => Promise<void>): void; | ||
export function parallel<Input = any>(data: Array<Input>, params: { pool: number } | number, handler: (el: Input, index: number) => Promise<void>): void; | ||
@@ -35,0 +34,0 @@ export function all<T>(list: T): Promise<UnwrapListOrObject<T>>; |
{ | ||
"name": "promise_mtd", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Set of methods allowing simplify work with Promises in cycle. Methods: forEach, map, find, filter, reduce, while, transform, parallel, all", | ||
@@ -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
24861
556