15 open-source projects similar to jonschlinkert/arr-diff, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Arr Diff alternative.
NPM module for creating a keymirror object from an array of strings
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
Get the first element or first n elements of an array.
Return the last element in an array. Faster than .slice
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Efficiently remove an element from an unordered array without doing a splice
Returns an array filled with the specified input