array-flatten
Flatten nested arrays
Flatten nested arrays
Recursively flatten an array or arrays.
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
The lodash method `_.flatten` exported as a module.
Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.
Take a nested Javascript object and flatten it, or unflatten an object with delimited keys
Isomorphic map-reduce function to flatten an array into the supplied array
Array methods for ES6 Iterators
Flatten a function's argument. Like, really flatten
Utility functions to deal with references in objects
A polyfill for Array.prototype.flat and Array.prototype.flatMap
flattens nested vertex data into a typed array
Human-friendly replacements.
Flatten a nested array.
remove or replace relative path for files
transform geojson into single-parts
Compose an array of middleware into a single function for use in Express, Connect, router, etc.
Replace text patterns with applause.
Casts the given value to a flatten array, and removes falsey items (similar to lodash compact).