Convert object keys recursivly to camelCase using lodash
Convert a kebab-cased CSS property into a camelCased DOM property.
Convert object keys to camel case
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
The lodash method `_.camelCase` exported as a module.
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Reverse minimist. Convert an object of options into an array of command-line arguments.
Colors of Google's Material Design made available to coders
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
String case utils
a functional-style string inflection library
Checks that you are using the existent css/scss/less classes, no more no less
Deeply convert the keys of an object to camelCase
TypeScript definitions for camelcase-keys-deep
Deep cloning of Arrays and plain Objects.
convert a string to camel case
Axios transformer/interceptor that converts snake_case/camelCase
Recursive camelCase of object keys and arrays of objects
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
ES2015 `Object.assign()` ponyfill
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim