Like
Install flat-map-depth as a package?
Copied
npm i @bit/lodash.lodash.flat-map-depth
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
flatMapDepth (
collection:
(Array | Object)
,iteratee:
Function
,depth:
) : number?
Array
This method is like flatMap
except that it recursively flattens the
mapped results up to depth
times.
Example
Arguments
collection:
(Array | Object)
The collection to iterate over.
iteratee:
Function
The function invoked per iteration.
depth:
number?
The maximum recursion depth.
Returns
Array
Returns the new flattened array.