all-object-keys

3.0.2 • Public • Published

all-object-keys License NPM version Build Status Coverage Status

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

  • jessy - get value by object property.
  • nessy - set value in nested object.

License

MIT

Package Sidebar

Install

npm i all-object-keys

Weekly Downloads

1,273

Version

3.0.2

License

ISC

Unpacked Size

7.7 kB

Total Files

5

Last publish

Collaborators

  • coderaiser