array-exclude

3.0.0 • Public • Published

array-exclude

Exclude certain items from an array

Install

npm install array-exclude

Usage

import arrayExclude from 'array-exclude';

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

Related

Package Sidebar

Install

npm i array-exclude

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

2.42 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus