MyRepo-Ums/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js
2024-01-19 11:09:11 +01:00

6 lines
259 B
JavaScript

import { combineLatest } from '../observable/combineLatest';
import { joinAllInternals } from './joinAllInternals';
export function combineLatestAll(project) {
return joinAllInternals(combineLatest, project);
}
//# sourceMappingURL=combineLatestAll.js.map