blob: 02b02efc5a9661febf53fc5caf6f30398af53193 [file] [log] [blame]
import { Observable } from '../../Observable';
import { _switch } from '../../operator/switch';
Observable.prototype.switch = _switch;
Observable.prototype._switch = _switch;
//# sourceMappingURL=switch.js.map