@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
13 lines (11 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.combineLatestWith = void 0;
const combinelatest_js_1 = require("../combinelatest.js");
function combineLatestWith(...sources) {
return function combineLatestOperatorFunction(source) {
return new combinelatest_js_1.CombineLatestAsyncIterable([source, ...sources]);
};
}
exports.combineLatestWith = combineLatestWith;
//# sourceMappingURL=combinelatestwith.js.map