@types/async
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -109,3 +109,8 @@ // Type definitions for Async 3.0 | ||
empty(): void; | ||
drain(): void; | ||
/** | ||
* a function that sets a callback that is called when the last item from the queue has returned from the worker. | ||
* If the callback is omitted, q.drain() returns a promise for the next occurrence. | ||
*/ | ||
drain(): Promise<void>; | ||
drain(handler: () => void): void; | ||
idle(): boolean; | ||
@@ -112,0 +117,0 @@ pause(): void; |
{ | ||
"name": "@types/async", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for Async", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d921476a7b31a2f8bc8896436e996b6cee5b7d566ac033784976ea1c14992775", | ||
"typesPublisherContentHash": "568d4b952acb363442a616600ed3138f6a6dd2b2ff03dc51fec39fbc0669e521", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Jan 2020 01:00:06 GMT | ||
* Last updated: Wed, 22 Jan 2020 00:26:03 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `async` |
20618
242