catch.d.ts 182 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 import { _catch } from '../../operator/catch'; declare module '../../Observable' { interface Observable<T> { catch: typeof _catch; _catch: typeof _catch; } }