catch.js 202 B

12345
  1. import { Observable } from '../../Observable';
  2. import { _catch } from '../../operator/catch';
  3. Observable.prototype.catch = _catch;
  4. Observable.prototype._catch = _catch;
  5. //# sourceMappingURL=catch.js.map