tryCatch.d.ts 64 B

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