frontend/.pnpm-store/v3/files/7f/c6020c91397109fec30513b24620a197bac93721007f961adffe3276656c9551047fb1b9a26362286da9a28ffdbebf9cfb26dd71408cbb8d728a090971388f

7 lines
183 B
Plaintext

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