tryCatch overview

Added in v0.0.0


Table of contents


Either

tryCatch

Signature

export declare function tryCatch<T>(f: () => T): I_Right<T>

Added in v1.0.7