node-array-flatten
The flatten method creates a new array with all sub-array elements concatenated into it.
The flatten method creates a new array with all sub-array elements concatenated into it.
Receives multilevel nested array as an input and flattens it into one dimensional.
Flatten an array or array-like list (non-recursive implementation).
Flattens a nested array recursively for Node.js and browsers.
Simple utility function to make chunks of array by given size