arr-exclude

2.0.0 • Public • Published

arr-exclude

Exclude certain items from an array

Install

$ npm install arr-exclude

Usage

import arrayExclude from 'arr-exclude';

arrayExclude(['a', 'b', 'c'], ['b']);
//=> ['a', 'c']

Related

Package Sidebar

Install

npm i arr-exclude

Weekly Downloads

36,622

Version

2.0.0

License

MIT

Unpacked Size

2.37 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus