lodash.containsdeprecated

The modern build of lodash’s `_.contains` as a module.

Usage no npm install needed!

<script type="module">
  import lodashContains from 'https://cdn.skypack.dev/lodash.contains';
</script>

README

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.