@types/async
Advanced tools
Comparing version 2.0.40 to 2.0.41
@@ -31,3 +31,3 @@ // Type definitions for Async 2.0.1 | ||
push<E>(task: T, callback?: ErrorCallback<E>): void; | ||
push<E>(task: T, callback?: AsyncResultCallback<T, E>): void; | ||
push<R,E>(task: T, callback?: AsyncResultCallback<R, E>): void; | ||
push<E>(task: T[], callback?: ErrorCallback<E>): void; | ||
@@ -57,4 +57,4 @@ unshift<E>(task: T, callback?: ErrorCallback<E>): void; | ||
paused: boolean; | ||
push<E>(task: T, priority: number, callback?: AsyncResultArrayCallback<T, E>): void; | ||
push<E>(task: T[], priority: number, callback?: AsyncResultArrayCallback<T, E>): void; | ||
push<R,E>(task: T, priority: number, callback?: AsyncResultArrayCallback<R, E>): void; | ||
push<R,E>(task: T[], priority: number, callback?: AsyncResultArrayCallback<R, E>): void; | ||
saturated: () => any; | ||
@@ -61,0 +61,0 @@ empty: () => any; |
{ | ||
"name": "@types/async", | ||
"version": "2.0.40", | ||
"version": "2.0.41", | ||
"description": "TypeScript definitions for Async", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "e632594846b451af120a78596ddda145b551496dffc084a4f7f6a38553ffb5d8", | ||
"typesPublisherContentHash": "5634111b53ce79675edf8eb2fe650c9d81e85b4fd16b5088d54fab4c3cf24478", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/async | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 23:18:08 GMT | ||
* Last updated: Tue, 15 Aug 2017 18:11:20 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
17612
4