UNPKG

@nesvet/n

Version:
4 lines 100 B
export function unique(array) { return [...new Set(array)]; } //# sourceMappingURL=unique.js.map