Showing 1-20 of 1,632,113 packages
Convert string to camelCase.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert object keys to camel case
Convert a kebab-cased CSS property into a camelCased DOM property.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Convert string to camelcase
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
The lodash method `_.camelCase` exported as a module.
convert object keys from/to camelCase and snake_case
Convert strings between different variable naming formats
String convertions
convert a string to camel case
Converts a source-map from/to different formats and allows adding/changing properties.
Plain color conversion functions
Blazingly fast recursive convertion to and from camelCase or PascalCase for Objects and Arrays
Typescript type-preserving conversion of objects between camelCase and snake_case
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
Convert a string to space case.
Convert a string to pascal case (upper camelcase).