UNPKG

@scaleway/use-analytics

Version:

A small hook to handle events analytics

5 lines (4 loc) 153 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const uniq = (array) => [...new Set(array)]; exports.uniq = uniq;