TenantAtlas/apps/platform/.pnpm-store/v10/files/b1/519ad854ed81b14728da7068a67ac891290edc15d82de9b704d64aa85a118204404c1ee3b20ff14f8a07f601cc306532007f2dac4685130b1fe072d8ffcc14
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

6 lines
259 B
Plaintext

import { combineLatest } from '../observable/combineLatest';
import { joinAllInternals } from './joinAllInternals';
export function combineLatestAll(project) {
return joinAllInternals(combineLatest, project);
}
//# sourceMappingURL=combineLatestAll.js.map