Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / concat.js
1 /** PURE_IMPORTS_START _observable_concat PURE_IMPORTS_END */
2 import { concat as concatStatic } from '../observable/concat';
3 export function concat() {
4     var observables = [];
5     for (var _i = 0; _i < arguments.length; _i++) {
6         observables[_i] = arguments[_i];
7     }
8     return function (source) { return source.lift.call(concatStatic.apply(void 0, [source].concat(observables))); };
9 }
10 //# sourceMappingURL=concat.js.map