519ad854ed81b14728da7068a67ac891290edc15d82de9b704d64aa85a118204404c1ee3b20ff14f8a07f601cc306532007f2dac4685130b1fe072d8ffcc14 259 B

123456
  1. import { combineLatest } from '../observable/combineLatest';
  2. import { joinAllInternals } from './joinAllInternals';
  3. export function combineLatestAll(project) {
  4. return joinAllInternals(combineLatest, project);
  5. }
  6. //# sourceMappingURL=combineLatestAll.js.map