Files
pyrofetes-frontend/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +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