Remove duplicate values from an array deeply
Remove duplicate values from an array. Fastest ES5 implementation.
取得陣列唯一值,支援深度比較巢狀物件和陣列 / Get unique values from array with deep comparison for nested objects and arrays
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Given a DOM node, return a unique CSS selector matching only that element
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
Reduce an array to unique values, optionally into a separate array.
An RxJS map operator that takes an observable of arrays as input and emits arrays where each element represents emissions from the projected observable.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Flatten nested arrays
Create an array of unique values, in order, from the input arrays
Get consecutively unique elements from an array
Generate a random integer
Generate a unique character string suitible for use in files and URLs.
Parameterised tests for Jest
Unique machine (desktop) id (no admin privileges required).
Generate a unique random string
Detect whether or not an object is a Typed Array
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Generate a unique filename for use in temporary directories or caches.
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
A unique way to work with a binary file in the browser and the server.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.