UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 236 B
import { CombineLatestOperator } from '../operators/combineLatest'; export function combineAll(project) { return function (source) { return source.lift(new CombineLatestOperator(project)); }; } //# sourceMappingURL=combineAll.js.map