You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
616 B
1 lines
616 B
{"version":3,"file":"switch.js","sourceRoot":"","sources":["../../../src/add/operator/switch.ts"],"names":[],"mappings":";AACA,2BAA2B,kBAAkB,CAAC,CAAA;AAC9C,uBAAwB,uBAAuB,CAAC,CAAA;AAEhD,uBAAU,CAAC,SAAS,CAAC,MAAM,GAAG,gBAAO,CAAC;AACtC,uBAAU,CAAC,SAAS,CAAC,OAAO,GAAG,gBAAO,CAAC","sourcesContent":["\nimport { Observable } from '../../Observable';\nimport { _switch } from '../../operator/switch';\n\nObservable.prototype.switch = _switch;\nObservable.prototype._switch = _switch;\n\ndeclare module '../../Observable' {\n interface Observable<T> {\n switch: typeof _switch;\n _switch: typeof _switch;\n }\n}"]} |