Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndhoule/keys
Create an array of the owned/enumerable keys of an input object.
https://github.com/ndhoule/keys
Last synced: 13 days ago
JSON representation
Create an array of the owned/enumerable keys of an input object.
- Host: GitHub
- URL: https://github.com/ndhoule/keys
- Owner: ndhoule
- License: mit
- Created: 2015-02-25T03:04:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T23:00:16.000Z (over 8 years ago)
- Last Synced: 2024-10-05T16:36:18.834Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# keys [![CI][ci-badge]][ci-link]
Create an array of the owned/enumerable keys of an input object.
## Installation
```sh
$ component install ndhoule/keys
$ npm install @ndhoule/keys
```## License
Released under the [MIT license](LICENSE.md).
[ci-link]: https://travis-ci.org/ndhoule/keys
[ci-badge]: https://travis-ci.org/ndhoule/keys.svg?branch=master