UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

11 lines 401 B
import { __read, __spread } from "tslib"; import { concat } from '../observable/concat'; import { of } from '../observable/of'; export function endWith() { var values = []; for (var _i = 0; _i < arguments.length; _i++) { values[_i] = arguments[_i]; } return function (source) { return concat(source, of.apply(void 0, __spread(values))); }; } //# sourceMappingURL=endWith.js.map