minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / tryCatch.d.ts
1 export declare function tryCatch<T extends Function>(fn: T): T;