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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    8
  • 1.0.0
    67,958

Package Sidebar

Install

npm i arr-exclude

Weekly Downloads

34,236

Version

2.0.0

License

MIT

Unpacked Size

2.37 kB

Total Files

4

Last publish

Collaborators

  • sindresorhus