UNPKG

react-scripts

Version:
8 lines (7 loc) 187 B
'use strict'; module.exports = function (arr) { var rest = [].concat.apply([], [].slice.call(arguments, 1)); return arr.filter(function (el) { return rest.indexOf(el) === -1; }); };