Sha256: aaaa89ac089732b3929b4342cddfb70a65b74f9da6bc5240e720f5e463683325
Contents?: true
Size: 294 Bytes
Versions: 49
Compression:
Stored size: 294 Bytes
Contents
import { Observable } from '../../Observable'; import { _catch } from '../../operator/catch'; Observable.prototype.catch = _catch; Observable.prototype._catch = _catch; declare module '../../Observable' { interface Observable<T> { catch: typeof _catch; _catch: typeof _catch; } }
Version data entries
49 entries across 49 versions & 4 rubygems