UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 236 B
import { Observable } from '../../internal/Observable'; import { _switch } from '../../internal/patching/operator/switch'; Observable.prototype.switch = _switch; Observable.prototype._switch = _switch; //# sourceMappingURL=switch.js.map