TenantAtlas/apps/platform/.pnpm-store/v10/files/4d/9be2fc9339ee5c64a3d34e1cdb01e08e90da91643e21bddac786cc6a9b3600ad42205055e6046a62fa83430ca94a4dc31462c58cc646f73bac22392447b3e0
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

5 lines
192 B
Plaintext

import { combineLatest } from './combineLatest';
export function combineLatestWith(...otherSources) {
return combineLatest(...otherSources);
}
//# sourceMappingURL=combineLatestWith.js.map