import {Observable} from '../../Observable'; import {_switch} from '../../operator/switch'; Observable.prototype.switch = _switch;