frontend/.pnpm-store/v3/files/40/5defef3c11e45bdd0ac6ef24d53ad51da1c8959d56f8807f37e015a846a6bf3be3e27196bacb8959cbd40c113f5c487dcc9471072430e4c7ea8f806540ff13

11 lines
423 B
Plaintext

import { __read, __spreadArray } 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, __spreadArray([], __read(values)))); };
}
//# sourceMappingURL=endWith.js.map