combineLatestAll.js 446 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.combineLatestAll = void 0;
  4. var combineLatest_1 = require("../observable/combineLatest");
  5. var joinAllInternals_1 = require("./joinAllInternals");
  6. function combineLatestAll(project) {
  7. return joinAllInternals_1.joinAllInternals(combineLatest_1.combineLatest, project);
  8. }
  9. exports.combineLatestAll = combineLatestAll;
  10. //# sourceMappingURL=combineLatestAll.js.map