object-except
Remove specified properties from the object and return it.
Install
$ npm install --save object-except
Example
var objectExcept = ;var obj = bar: 'foo' foo: bar: 'foo' foobar: 'foobar'; console;// { foobar: 'foobar' }
License
MIT © Fredrik Forsmo