TenantAtlas/apps/platform/.pnpm-store/v10/files/7f/c6020c91397109fec30513b24620a197bac93721007f961adffe3276656c9551047fb1b9a26362286da9a28ffdbebf9cfb26dd71408cbb8d728a090971388f
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

7 lines
183 B
Plaintext

import { combineLatestAll } from './combineLatestAll';
/**
* @deprecated Renamed to {@link combineLatestAll}. Will be removed in v8.
*/
export const combineAll = combineLatestAll;