Array Flatten
Flatten nested arrays.
Installation
Usage
Methods
flatten(array) Flatten a nested array structure
flatten.from(arrayish) Flatten an array-like structure (E.g. arguments)
flatten.depth(array, depth) Flatten a nested array structure with a specific depth
flatten.fromDepth(arrayish, depth) Flatten an array-like structure with a specific depth
License
MIT
Last updated