UNPKG

@modern-kit/utils

Version:
9 lines (6 loc) 182 B
import { uniq } from '../uniq/index.mjs'; function union(arr1, arr2, iteratee) { return uniq(arr1.concat(arr2), iteratee); } export { union }; //# sourceMappingURL=index.mjs.map