c8b42947540522fc864f577e812c00ae20756bbd69916b4136f344e34c0591d21bd6837dd1495d74d6d732c238248cfa7416caa17a4fd5dc38b52f679a70d8 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