1 个仓库
Utilities for removing duplicate elements from arrays to ensure uniqueness.
Distinct from Array Transformations: Distinct from Array Transformations: specifically focuses on removing duplicates rather than mapping or modifying values.
Explore 1 awesome GitHub repository matching data & databases · Deduplications. Refine with filters or upvote what's useful.
Cash is a lightweight DOM manipulation library and HTML element wrapper designed as an alternative to jQuery for selecting and modifying elements in modern browsers. It functions as a modular DOM framework and JavaScript utility library, providing a system to wrap DOM nodes into actionable collections for batch processing. The project is built with a modular design that supports tree-shaking, allowing build tools to exclude unused methods to minimize the final bundle size. It provides mechanisms for extending the core functionality and collection prototypes to implement reusable plugins and c
Includes a utility to create new arrays containing only unique elements from an original list.