UNPKG

@nesvet/n

Version:
4 lines 116 B
export function union(...iterables) { return [...new Set(iterables.flat())]; } //# sourceMappingURL=union.js.map