Files
lodash/lodash.flatmapdepth/README.md
John-David Dalton dc5c8eda06 Bump to v4.8.1.
2019-07-09 21:54:50 -07:00

19 lines
495 B
Markdown

# lodash.flatmapdepth v4.8.1
The [lodash](https://lodash.com/) method `_.flatMapDepth` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.flatmapdepth
```
In Node.js:
```js
var flatMapDepth = require('lodash.flatmapdepth');
```
See the [documentation](https://lodash.com/docs#flatMapDepth) or [package source](https://github.com/lodash/lodash/blob/4.8.1-npm-packages/lodash.flatmapdepth) for more details.