auth-api/tests/node_modules/lodash.includes
2021-06-23 22:30:45 +02:00
..
index.js Added some tests 2021-06-23 22:30:45 +02:00
LICENSE Added some tests 2021-06-23 22:30:45 +02:00
package.json Added some tests 2021-06-23 22:30:45 +02:00
README.md Added some tests 2021-06-23 22:30:45 +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.