芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/internal/operators/switchMapTo.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var switchMap_1 = require("./switchMap"); function switchMapTo(innerObservable, resultSelector) { return resultSelector ? switchMap_1.switchMap(function () { return innerObservable; }, resultSelector) : switchMap_1.switchMap(function () { return innerObservable; }); } exports.switchMapTo = switchMapTo; //# sourceMappingURL=switchMapTo.js.map