deselect
Returns a selector that excludes all passed selectors
Installation
Install via npm:
$ npm i deselect
Usage
var deselect = ; ;// returns *:not(p),*:not(a),*:not(h2) ;// returns *:not(p) ;// returns '' ;// returns *:not(p),*:not(a),*:not(h2)