@types/undertaker
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -25,4 +25,8 @@ // Type definitions for undertaker 1.2 | ||
interface TaskCallback { | ||
(error?: Error | null): void; | ||
} | ||
interface TaskFunctionBase { | ||
(done: (error?: Error | null) => void): ReturnType<AsyncTask>; | ||
(done: TaskCallback): ReturnType<AsyncTask>; | ||
} | ||
@@ -29,0 +33,0 @@ |
{ | ||
"name": "@types/undertaker", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "TypeScript definitions for undertaker", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "fa03d9a9535548a2e954c47f0701740944b74d8b0504ae7f5ff1cdf7a245b2fa", | ||
"typesPublisherContentHash": "03f4c024b613f61ef3e382725f046185cff3673ed44a70c06ae05ed638f22f50", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 11 Dec 2020 00:13:48 GMT | ||
* Last updated: Mon, 04 Jan 2021 20:50:48 GMT | ||
* Dependencies: [@types/undertaker-registry](https://npmjs.com/package/@types/undertaker-registry), [@types/async-done](https://npmjs.com/package/@types/async-done), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
8289
132