dragonroll/backend/node_modules/lodash.includes
2024-09-21 19:08:36 +02:00
..
index.js Prepared for pushing 2024-09-21 19:08:36 +02:00
LICENSE Prepared for pushing 2024-09-21 19:08:36 +02:00
package.json Prepared for pushing 2024-09-21 19:08:36 +02:00
README.md Prepared for pushing 2024-09-21 19:08:36 +02:00

lodash.includes v4.3.0

The lodash method _.includes exported as a Node.js module.

Installation

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.