Showing 1-20 of 2,847 packages
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
The lodash method `_.camelCase` exported as a module.
Convert a string to pascal case (upper camelcase).
TypeScript definitions for camelcase-css
Adaptation of camelcase-keys but recursive.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Deeply convert the keys of an object to camelCase
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
TypeScript definitions for camelcase-keys-deep
Axios transformer/interceptor that converts snake_case/camelCase
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Convert object keys recursivly to camelCase using lodash
Typescript type-preserving conversion of objects between camelCase and snake_case
Convert a kebab-cased CSS property into a camelCased DOM property.
convert object keys from/to camelCase and snake_case
Convert object keys to camel case
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Convert column names to camelCase for gets and back to snake_case for sets
enforce camelcase names but allow opt_ prefix
Largely forked from https://github.com/sindresorhus/camelcase-keys (Thank you!).