UNPKG

@benev/slate

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