All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.utils.uniq.js Maven / Gradle / Ivy

Go to download

Responsive and accessible React UI components built with React and Emotion

The newest version!
"use strict";
const uniq = (...items) => {
  const _items = items.filter(Boolean);
  return Array.from(new Set(_items));
};

export { uniq };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy