Maik 605bfceacd module | vor 3 Jahren | |
---|---|---|
.. | ||
LICENSE | vor 3 Jahren | |
README.md | vor 3 Jahren | |
index.js | vor 3 Jahren | |
package.json | vor 3 Jahren |
The lodash method _.includes
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.includes
In Node.js:
var includes = require('lodash.includes');
See the documentation or package source for more details.