File size: 183 Bytes
bc20498
 
 
 
 
 
1
2
3
4
5
6
7
import { combineLatestAll } from './combineLatestAll';

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