This method is like _.flatMap except that it recursively flattens the mapped results up to depth times.
- Lodash chained on (Array): the new flattened array.
See Implementation
This method is like _.flatMap except that it recursively flattens the mapped results up to depth times.