UNPKG

motion

Version:

motion - moving development forward

2 lines (1 loc) 67 B
export default (arr, arr2) => arr.filter(i => arr2.indexOf(i) < 0)