3.0.2 • Published 4 months ago

all-object-keys v3.0.2

Weekly downloads
2,965
License
ISC
Repository
github
Last release
4 months ago

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

3.0.2

4 months ago

3.0.1

4 months ago

3.0.0

4 months ago

2.2.0

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.1.1

6 years ago

1.1.0

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago