UNPKG

@scaleway/use-analytics

Version:

A small hook to handle events analytics

5 lines (4 loc) 64 B
const uniq = (array) => [...new Set(array)]; export { uniq };