tryCatch.d.ts 64 Bytes
export declare function tryCatch<T extends Function>(fn: T): T;