frontend/.pnpm-store/v3/files/c1/479bba25d68f8d96db325bc35076e00463359f1cc67cf0fb8870f8d91a3fd4b643b2d02e7180d8db0613fe1c74e47c99a8246ec2d7d03615e3eee4ca1d370e

13 lines
459 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var concat_1 = require("../observable/concat");
var of_1 = require("../observable/of");
function endWith() {
var array = [];
for (var _i = 0; _i < arguments.length; _i++) {
array[_i] = arguments[_i];
}
return function (source) { return concat_1.concat(source, of_1.of.apply(void 0, array)); };
}
exports.endWith = endWith;
//# sourceMappingURL=endWith.js.map