Showing 1-20 of 577 packages
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Like `Object.keys()` but also includes symbols
🐊Putout plugin adds ability to convert 'Object.keys()' to 'Object.entries()'
🐊Putout plugin adds ability to convert 'Object.entries()' to 'Object.keys()'
An ES6 Object.keys shim.
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
Babel plugin for transforming ES2017 features Object.entries and Object.keys
Simple ES6 Object.keys() polyfill for older environments.
Object.keys recursively
`Object.values(obj)` -> `Object.keys(obj).map(key => obj[key])`
Sort an object's keys, including an optional key list
Get the length of the keys on an object. Much faster than Object.keys()
A tiny Object.assign implementation that works down to IE9 (uses Object.keys)
forOf object iteration — A 'for in'/'Object.keys forEach' alternative
TypeScript definitions for object-keys
Fix for Object.keys, which normally just returns an array of strings, which is not good when you care about strong typing
Constants and utilities about visitor keys to traverse AST.
A library that creates a keyway: the opposite of Object.keys
Copy a descriptor from object A to object B