Dailin 415ba84223 | hace 4 años | ||
---|---|---|---|
.. | |||
LICENSE | hace 4 años | ||
README.md | hace 4 años | ||
index.js | hace 4 años | ||
package.json | hace 4 años |
The lodash method _.flatten
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.flatten
In Node.js:
var flatten = require('lodash.flatten');
See the documentation or package source for more details.