Skip to content

sindresorhus/array-exclude

Repository files navigation

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

About

Exclude certain items from an array

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •