@types/async
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -343,4 +343,5 @@ // Type definitions for Async 3.2 | ||
): QueueObject<T>; | ||
export function auto<R extends Dictionary<any>, E = Error>(tasks: AsyncAutoTasks<R, E>, concurrency?: number, callback?: AsyncResultCallback<R, E>): void; | ||
export function auto<R extends Dictionary<any>, E = Error>(tasks: AsyncAutoTasks<R, E>, callback?: AsyncResultCallback<R, E>): void; | ||
export function auto<R extends Dictionary<any>, E = Error>(tasks: AsyncAutoTasks<R, E>, concurrency?: number): Promise<R>; | ||
export function auto<R extends Dictionary<any>, E = Error>(tasks: AsyncAutoTasks<R, E>, concurrency: number, callback: AsyncResultCallback<R, E>): void; | ||
export function auto<R extends Dictionary<any>, E = Error>(tasks: AsyncAutoTasks<R, E>, callback: AsyncResultCallback<R, E>): void; | ||
export function autoInject<E = Error>(tasks: any, callback?: AsyncResultCallback<any, E>): void; | ||
@@ -347,0 +348,0 @@ |
{ | ||
"name": "@types/async", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "TypeScript definitions for Async", | ||
@@ -63,4 +63,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a7f55effef6626a2acf65e1b02c8f8269289bd42332c90fcb08bae53adbc64c8", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "3f35b238c96275a2c048c3cb20dc43836163366b79ac6be29293d6c83bbbafdf", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:36 GMT | ||
* Last updated: Sat, 18 Sep 2021 09:31:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `async` |
27300
368