gennadysht 546a9cacdd initial back | vor 1 Jahr | |
---|---|---|
.. | ||
LICENSE | vor 1 Jahr | |
README.md | vor 1 Jahr | |
index.js | vor 1 Jahr | |
package.json | vor 1 Jahr |
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.