cletus/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js
2025-05-09 15:53:19 -05:00

6 lines
No EOL
259 B
JavaScript

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