Update .bashrc
[dotfiles/.git] / util / tryCatch.d.ts
1 export declare function tryCatch<T extends Function>(fn: T): T;