Return positive value if (any of the) passed value(s) exists in array, or optionally an index
A tiny, faster alternative to native Array.prototype.includes
Recursively flatten an array or arrays.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Faster, node.js focused alternative to JavaScript's native array map.
Faster alternative to javascript's native filter method.
A tiny, faster alternative to native Array.prototype.every
Get the ArrayBuffer out of a TypedArray, robustly.
extend an object
A tiny and fast selection algorithm in JavaScript.
Return an object as an 'x-www-form-urlencoded' string
return the first event in a set of ee/event pairs
ES spec-compliant shim for ArrayBuffer.prototype.slice
Rotate all items in an array
A common util collection for antv projects
Simple Lazy Ranges for Node/Javascript
Swap two items in an array. Does not modify the Array prototype.
Polyfills for various browsers including commonly used language features
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Join a list
Removes duplicates from a sorted array in place
Concatenate a readable stream's data into a single array
Return the first index at which a given element can be found.