1 lines
64 B

export declare function tryCatch<T extends Function>(fn: T): T;