@types/async
Advanced tools
Comparing version 2.0.46 to 2.0.47
@@ -172,2 +172,4 @@ // Type definitions for Async 2.0.1 | ||
export function concat<T, R, E>(arr: Dictionary<T>, iterator: AsyncResultIterator<T, R[], E>, callback?: AsyncResultArrayCallback<R, E>): void; | ||
export function concatLimit<T, R, E>(arr: T[] | IterableIterator<T>, limit: number, iterator: AsyncResultIterator<T, R[], E>, callback?: AsyncResultArrayCallback<R, E>): void; | ||
export function concatLimit<T, R, E>(arr: Dictionary<T>, limit: number,iterator: AsyncResultIterator<T, R[], E>, callback?: AsyncResultArrayCallback<R, E>): void; | ||
export const concatSeries: typeof concat; | ||
@@ -174,0 +176,0 @@ |
{ | ||
"name": "@types/async", | ||
"version": "2.0.46", | ||
"version": "2.0.47", | ||
"description": "TypeScript definitions for Async", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0eb76dd70181e87e43580b012d4614299d24637cfdf3bad87ac83f39f45dec47", | ||
"typesPublisherContentHash": "98059a2a001997777b94bcd2f4ac93ecd173461cce9c4798b2e326247bfab17c", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 23 Dec 2017 16:04:56 GMT | ||
* Last updated: Thu, 11 Jan 2018 21:51:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: async |
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
19894
215