helper-methods-js
A package that provides helper methods for common and not-so-common use cases
A package that provides helper methods for common and not-so-common use cases
a quick implementation of cache for fetch inspired by next.js
File Deduplicator
A deduper for duplicated entries found on a CSV files
deduplicate node_modules in your filesystem before you bundle
Get a set of duplicates from an array.
Ability to search for duplicates of any file type anywhere with ease.
Flatten all your nested deps just like the earth.
De-duplicate (Uniqueify) a arrays with custom logic
Remove consecutive duplicated values.
Copy elements to a new generic array after removing consecutive duplicated values.
Create an iterator which returns the union of two or more iterators.
Create an iterator which returns unique values.
Create an iterator which returns unique values according to a predicate function.
Create an iterator which returns unique values according to a hash function.
Create an iterator which returns the intersection of two or more iterators according to a hash function.
Create an iterator which removes consecutive duplicated values.
Create an iterator which removes consecutive values that resolve to the same value according to a provided function.
Create an iterator which returns the intersection of two or more iterators.