| Current Path : /var/www/html/redd/node_modules/rxjs/src/internal/operators/ |
| Current File : /var/www/html/redd/node_modules/rxjs/src/internal/operators/combineAll.ts |
import { combineLatestAll } from './combineLatestAll';
/**
* @deprecated Renamed to {@link combineLatestAll}. Will be removed in v8.
*/
export const combineAll = combineLatestAll;