array-differ 
Create an array with values that are present in the first input array but not additional ones
Install
Usage
API
arrayDiffer(input, ...values)
Returns a new array.
input
Type: unknown[]
values
Type: unknown[]
Arrays of values to exclude.
License
MIT © Sindre Sorhus