Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / combineAll.js
1 import { CombineLatestOperator } from '../observable/combineLatest';
2 export function combineAll(project) {
3     return (source) => source.lift(new CombineLatestOperator(project));
4 }
5 //# sourceMappingURL=combineAll.js.map