blob: e241e6eb577dbff3dfc266d8c00a5f831e9568bd [file] [log] [blame]
export declare function tryCatch<T extends Function>(fn: T): T;