A "standard library" of stuff I find to routinely be useful in Node.js
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Ensure CSS selectors are unique.
Create unique translations of a document based on its language, joined by a shared reference document.
dedupes an array
Get a random item from an array
A utility function to index arrays by any criteria
A universally-unique, lexicographically-sortable, identifier generator
Yjs encoding protocols
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
Generate random or sequential UUID of any length
A module to create a set of unique numbers as fast as possible.
Generate unique and memorable names
Method for filtering unique items in primitive or object arrays
Array manipulation, ordering, searching, summarizing, etc.
Safe defaults for cssnano which require minimal configuration.
Receives array as an input and returns the unique array and also an object whith array items and their occurences
Remove duplicate values from an array deeply
node.js through stream that emits a unique stream of objects based on criteria
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
提供陣列去重的工具函式,包含 indexOf 和 Set 兩種實現方式 / Provides array deduplication utilities with indexOf and Set implementation methods
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
A simple list of possible Typed Array names.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.