Recursively convert object keys to camelCase, snake_case, kebab-case, and more
Convert object keys to camel case
Convert object keys from camel case
Underscore mixins for deeply nested objects
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Map object keys and values into a new object
CSS color - Resolve and convert CSS colors.
Typescript type-preserving conversion of objects between camelCase and snake_case
Plain color conversion functions
Improved deep equality testing for Node.js and the browser.
A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.
Custom identity functions for composability
Constants and utilities about visitor keys to traverse AST.
Convert an object's keys to snake case
Visitor keys used to help traverse the TypeScript-ESTree AST
Converts a source-map from/to different formats and allows adding/changing properties.
Compile objects with duplicate keys to valid strict ES5
A deterministic object hashing algorithm for Node.js.
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
🐊Putout plugin adds ability to convert 'Object.keys()' to 'Object.entries()'
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
🐊Putout plugin adds ability to convert 'Object.entries()' to 'Object.keys()'
JavaScript Convert String and Keys of Object between cases (camelCase, snake_case, PascalCase, dot.case, path/case, text case, Sentence case, Header Case, UPPERCASE, lowercase, kebab-case). Use for both Node.JS and Browser
Deeply convert the camelized keys of an object into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow