Dailin 415ba84223 | pirms 3 gadiem | ||
---|---|---|---|
.. | |||
LICENSE | pirms 3 gadiem | ||
README.md | pirms 3 gadiem | ||
index.js | pirms 3 gadiem | ||
package.json | pirms 3 gadiem |
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.