const union = (a, b) => Array.from(new Set([...a, ...b])); module.exports = union