biobulkbende.org/node_modules/rxjs/util/tryCatch.d.ts
2020-09-16 14:23:28 +02:00

2 lines
64 B
TypeScript

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