tryCatch.d.ts 64 Bytes
Newer Older
liang ce committed
1
export declare function tryCatch<T extends Function>(fn: T): T;