tryCatch.d.ts 64 Bytes Edit Raw Blame History Permalink 1 export declare function tryCatch<T extends Function>(fn: T): T;