biofriction-wp-theme/node_modules/rxjs/add/operator/catch.js.map

1 line
602 B
Plaintext

{"version":3,"file":"catch.js","sourceRoot":"","sources":["../../../src/add/operator/catch.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,sBAAuB,sBAAsB,CAAC,CAAA;AAE9C,uBAAU,CAAC,SAAS,CAAC,KAAK,GAAG,cAAM,CAAC;AACpC,uBAAU,CAAC,SAAS,CAAC,MAAM,GAAG,cAAM,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { _catch } from '../../operator/catch';\n\nObservable.prototype.catch = _catch;\nObservable.prototype._catch = _catch;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n catch: typeof _catch;\n _catch: typeof _catch;\n }\n}"]}