Get all property keys of an object including non-enumerable and inherited ones
-
Updated
Sep 7, 2021 - JavaScript
Get all property keys of an object including non-enumerable and inherited ones
A tiny lib for object key's normalization, transform camelCase { fullName } objects to snakeCase { full_name } or other patterns.
A highly performant alternative to Object.keys()
todo-list-consuming-react
Add a description, image, and links to the object-keys topic page so that developers can more easily learn about it.
To associate your repository with the object-keys topic, visit your repo's landing page and select "manage topics."