arr-contains

1.0.3 • Public • Published

arr-contains

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Check all values exists in the array

Give us a if you like our work ❤️

Install

$ npm install arr-contains --save

Usage

const arrayContains = require('arr-contains');

const has = arrayContains(['fastret', 'array', 'contains', 'me'], ['array', 'contains']);
// Output -> true

const has = arrayContains(['fastret', 'contains', 'me'], ['array', 'contains']);
// Output -> false

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    52
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    52
  • 1.0.2
    13
  • 1.0.1
    5
  • 1.0.0
    0

Package Sidebar

Install

npm i arr-contains

Weekly Downloads

28

Version

1.0.3

License

MIT

Unpacked Size

4.3 kB

Total Files

4

Last publish

Collaborators

  • arshadkazmi42