@supercharge/goodies
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -20,2 +20,3 @@ /** | ||
export declare function tap<T>(value: T, callback?: (value: T) => Promise<any>): Promise<T>; | ||
export declare function tap<T>(value: T, callback?: (value: T) => any): T; | ||
/** | ||
@@ -39,2 +40,3 @@ * Calls the given `callback` function with the given `value` and returns | ||
export declare function upon<T, R>(value: T, callback?: (value: T) => Promise<R>): Promise<R>; | ||
export declare function upon<T, R>(value: T, callback?: (value: T) => R): R; | ||
/** | ||
@@ -41,0 +43,0 @@ * Determine whether the given `input` is a function. |
{ | ||
"name": "@supercharge/goodies", | ||
"description": "Async utility functions for Node.js and JavaScript", | ||
"version": "1.6.0", | ||
"version": "1.6.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
19954
439