$ cnpm install arr-exclude
Exclude certain items from an array
$ npm install arr-exclude
import arrayExclude from 'arr-exclude'; arrayExclude(['a', 'b', 'c'], ['b']); //=> ['a', 'c']
Copyright 2013 - present © cnpmjs.org | Home |