@tdreyno/pretty-please
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -63,3 +63,3 @@ export declare type Reject<E> = (error: E) => void; | ||
*/ | ||
export declare const chain: <E, S, S2>(fn: (result: S) => Task<E, S2> | Promise<S2>, task: Task<E, S>) => Task<E, S2>; | ||
export declare const chain: <E, S, E2, S2>(fn: (result: S) => Task<E2, S2> | Promise<S2>, task: Task<E, S>) => Task<E | E2, S2>; | ||
/** | ||
@@ -66,0 +66,0 @@ * When forked, run a function which can check whether the task has already succeeded. |
{ | ||
"name": "@tdreyno/pretty-please", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist-*/", |
Sorry, the diff of this file is not supported yet
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
294580