Added in v0.0.0
Signature
export declare function tryCatch<T>(f: () => T): I_Right<T>
Added in v1.0.7