all-object-keys
v2.2.0
Published
get all keys of object
Downloads
8,748
Readme
all-object-keys
Get all keys of object. Use jessy to get value. Use nessy to set value.
Install
npm i all-object-keys --save
Hot to use?
const keys = require('all-object-keys');
keys({
universal: true,
hello: {
world: 'could be used in browser as well',
},
});
// returns
['universal', 'hello.world'];
Related
License
MIT