NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/rxjs/internal/operators/switchAll.js
2023-09-14 14:47:11 +08:00

9 lines
313 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var switchMap_1 = require("./switchMap");
var identity_1 = require("../util/identity");
function switchAll() {
return switchMap_1.switchMap(identity_1.identity);
}
exports.switchAll = switchAll;
//# sourceMappingURL=switchAll.js.map