2.4.3 • Published 9 years ago

lodash.contains v2.4.3

Weekly downloads
698
License
MIT
Repository
github
Last release
9 years ago

lodash.contains v2.4.3

The modern build of lodash’s _.contains exported as a Node.js/io.js module.

Deprecated

The lodash.contains package is deprecated in favor of lodash.includes ≥ v3.0.0.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.contains

In Node.js/io.js:

var contains = require('lodash.contains');

See the documentation for more details.