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.

GitHub

60 stars
6 watching
16 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list

arrayflattenjavascriptmicrolibnestednodejsutilutility

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jonschlinkert/array-last Returns the last element(s) in an array 35
jonschlinkert/arr-diff Returns an array with unique values from multiple arrays using strict equality comparisons 46
jonschlinkert/array-first Returns one or more elements from the beginning of an array 11
alexbol99/flatten-js A JavaScript library for manipulating 2D geometric shapes and performing spatial queries 561
watson/flatten-obj Converts deeply nested object literals to simple key/value objects 21
jonschlinkert/in-array Returns true if a value exists in an array without searching the entire array or handling null values 16
juliangruber/isarray A polyfill for Array.isArray to support older browsers and Node.js versions. 132
ricardobeat/flatkeys A utility function to flatten object key hierarchies into a list of strings 3
tmcw/geojson-flatten Flattens complex geometry types in GeoJSON files into simpler ones. 52
jonschlinkert/deep-bind Binds a context to all functions in an object and its nested functions 9
adrienpoly/stimulus-flatpickr A Stimulus wrapper for Flatpickr, simplifying the creation of datepickers with backend integration and Turbolinks compatibility. 414
kros-sk/kros.generators.flattening A C# source generator that flattens properties from rich domain classes into simpler, flat classes. 27
sindresorhus/filled-array Creates an array of specified length filled with a given value or function returning values 43
mljs/array Functional utilities to transform and compute stats on arrays 16
alexdrone/buffer An efficient array diffing framework with built-in data source adapters and collection observation functionality. 350