frontend/.pnpm-store/v3/files/b1/519ad854ed81b14728da7068a67ac891290edc15d82de9b704d64aa85a118204404c1ee3b20ff14f8a07f601cc306532007f2dac4685130b1fe072d8ffcc14

6 lines
259 B
Plaintext

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