Emmanuil 73a9f0ffcf 20.07.2020 vor 4 Jahren
..
LICENSE 73a9f0ffcf 20.07.2020 vor 4 Jahren
README.md 73a9f0ffcf 20.07.2020 vor 4 Jahren
index.js 73a9f0ffcf 20.07.2020 vor 4 Jahren
package.json 73a9f0ffcf 20.07.2020 vor 4 Jahren

README.md

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.