@types/async
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -262,3 +262,3 @@ // Type definitions for Async 3.0 | ||
export function ensureAsync(fn: (... argsAndCallback: any[]) => void): Function; | ||
export function constant(...values: any[]): Function; | ||
export function constant(...values: any[]): AsyncFunction<any>; | ||
export function asyncify(fn: Function): (...args: any[]) => any; | ||
@@ -265,0 +265,0 @@ export function wrapSync(fn: Function): Function; |
{ | ||
"name": "@types/async", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for Async", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1efbfd67034ce238f162a75ab2c324b9722ade0334608f20b5231c81e3940257", | ||
"typesPublisherContentHash": "d6a89fb5a99ec0128f7bb752fbea6047c928eddfe39749ca619f1bcdb8d0ac97", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Sep 2019 23:15:25 GMT | ||
* Last updated: Tue, 15 Oct 2019 17:42:27 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
20206