/var/www/verywell.gr/server/delivery/node_modules/lodash.includes
NameSizeModeActions
index.js187160644editdlrm
LICENSE19510644editdlrm
package.json19750644editdlrm
README.md4670644editdlrm
Edit: /var/www/verywell.gr/server/delivery/node_modules/lodash.includes/README.md (467B)
# lodash.includes v4.3.0 The [lodash](https://lodash.com/) method `_.includes` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.includes ``` In Node.js: ```js var includes = require('lodash.includes'); ``` See the [documentation](https://lodash.com/docs#includes) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.includes) for more details.