arr-flatten
Array flattener
Utility function to flatten arrays by recursively iterating over their elements
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
60 stars
6 watching
16 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
arrayflattenjavascriptmicrolibnestednodejsutilutility
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Returns the last element(s) in an array | 35 |
| | Returns an array with unique values from multiple arrays using strict equality comparisons | 46 |
| | Returns one or more elements from the beginning of an array | 11 |
| | A JavaScript library for manipulating 2D geometric shapes and performing spatial queries | 569 |
| | Converts deeply nested object literals to simple key/value objects | 21 |
| | Returns true if a value exists in an array without searching the entire array or handling null values | 16 |
| | A polyfill for Array.isArray to support older browsers and Node.js versions. | 132 |
| | A utility function to flatten object key hierarchies into a list of strings | 3 |
| | Flattens complex geometry types in GeoJSON files into simpler ones. | 52 |
| | Binds a context to all functions in an object and its nested functions | 9 |
| | A Stimulus wrapper for Flatpickr, simplifying the creation of datepickers with backend integration and Turbolinks compatibility. | 415 |
| | A C# source generator that flattens properties from rich domain classes into simpler, flat classes. | 29 |
| | Creates an array of specified length filled with a given value or function returning values | 43 |
| | Functional utilities to transform and compute stats on arrays | 16 |
| | An efficient array diffing framework with built-in data source adapters and collection observation functionality. | 350 |