Helper function to group array elements by a criteria callback function.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Recursively flatten an array or arrays.
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.
View docs [here](https://radix-ui.com/primitives/docs/components/toggle-group).
A react component toolset for managing animations
View docs [here](https://radix-ui.com/primitives/docs/components/radio-group).
A tiny and fast selection algorithm in JavaScript.
<img src="https://react-resizable-panels.vercel.app/og.png" alt="react-resizable-panels logo" width="400" height="210" />
extend an object
Return an object as an 'x-www-form-urlencoded' string
ES spec-compliant shim for ArrayBuffer.prototype.slice
return the first event in a set of ee/event pairs
TypeScript definitions for react-transition-group
Rotate all items in an array
A common util collection for antv projects
Simple Lazy Ranges for Node/Javascript
The string_decoder module from Node core
Swap two items in an array. Does not modify the Array prototype.
Removes duplicates from a sorted array in place