frontend/.pnpm-store/v3/files/67/c8b42947540522fc864f577e812c00ae20756bbd69916b4136f344e34c0591d21bd6837dd1495d74d6d732c238248cfa7416caa17a4fd5dc38b52f679a70d8

10 lines
446 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.combineLatestAll = void 0;
var combineLatest_1 = require("../observable/combineLatest");
var joinAllInternals_1 = require("./joinAllInternals");
function combineLatestAll(project) {
return joinAllInternals_1.joinAllInternals(combineLatest_1.combineLatest, project);
}
exports.combineLatestAll = combineLatestAll;
//# sourceMappingURL=combineLatestAll.js.map