UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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; }); };