blob: 7dc5024d4ad33ef3114bf11749e080c46b43d841 [file] [log] [blame]
import { Observable } from '../../Observable';
import { switchMap } from '../../operator/switchMap';
Observable.prototype.switchMap = switchMap;
//# sourceMappingURL=switchMap.js.map