hugoWebsite/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js

6 lines
259 B
JavaScript
Raw Normal View History

2022-10-29 00:20:35 +02:00
import { combineLatest } from '../observable/combineLatest';
import { joinAllInternals } from './joinAllInternals';
export function combineLatestAll(project) {
return joinAllInternals(combineLatest, project);
}
//# sourceMappingURL=combineLatestAll.js.map