c6020c91397109fec30513b24620a197bac93721007f961adffe3276656c9551047fb1b9a26362286da9a28ffdbebf9cfb26dd71408cbb8d728a090971388f 183 B

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