UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

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