You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
432 B

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var uniq_1 = tslib_1.__importDefault(require("./uniq"));
var union = function () {
var sources = [];
for (var _i = 0; _i < arguments.length; _i++) {
sources[_i] = arguments[_i];
}
return (0, uniq_1.default)([].concat.apply([], sources));
};
exports.default = union;
//# sourceMappingURL=union.js.map