Create an array of the keys present in the first input object but not additional ones
Install
$ npm install --save key-difference
Usage
var keyDifference = //=> ['c']
API
keyDifference(input, others...)
-> array[string]
input
Required
Type: object
The source object.
others
Required
Type: object
A variadic set of objects.
License
MIT © Ben Drucker