@supercharge/goodies
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -0,1 +1,2 @@ | ||
export declare type AsyncFunction = (...args: any[]) => Promise<any>; | ||
/** | ||
@@ -8,2 +9,2 @@ * Determine whether the given `input` is an async function. | ||
*/ | ||
export declare function isAsyncFunction(input: any): input is Promise<any>; | ||
export declare function isAsyncFunction(input: any): input is AsyncFunction; |
{ | ||
"name": "@supercharge/goodies", | ||
"description": "Utility functions for Node.js and JavaScript", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"author": "Marcus Pöhls <marcus@superchargejs.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
16251
396