keys 
Create an array of the owned/enumerable keys of an input object.
Installation
$ component install ndhoule/keys
$ npm install @ndhoule/keys
License
Released under the MIT license.
Create an array of the owned/enumerable keys of an input object.
Create an array of the owned/enumerable keys of an input object.
$ component install ndhoule/keys
$ npm install @ndhoule/keys
Released under the MIT license.
Object.keys
behavior. ES5 Object.keys
threw a TypeError
when passed a non-Object; we've updated to match ES6's more tolerant behavior.Initial release