Files
red_de_investigacion_front/node_modules/rxjs/internal/util/tryCatch.d.ts
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

2 lines
64 B
TypeScript

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