Like
Install flatten as a package?
Copied
npm i @bit/lodash.lodash.flatten
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout
No preview available
chevron_left
chevron_right
flatten (
array:
) : Array
Array
Flattens array
a single level deep.
Example
Argument
array:
Array
The array to flatten.
Returns
Array
Returns the new flattened array.