biofriction-wp-theme/node_modules/rxjs/_esm2015/add/operator/switch.js

5 lines
209 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
import { Observable } from '../../Observable';
import { _switch } from '../../operator/switch';
Observable.prototype.switch = _switch;
Observable.prototype._switch = _switch;
//# sourceMappingURL=switch.js.map