UNPKG

370 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var uniq_1 = require("./uniq");
4var union = function () {
5 var sources = [];
6 for (var _i = 0; _i < arguments.length; _i++) {
7 sources[_i] = arguments[_i];
8 }
9 return uniq_1.default([].concat.apply([], sources));
10};
11exports.default = union;
12//# sourceMappingURL=union.js.map
\No newline at end of file