Convert object keys to PascalCase
Convert a string to pascal case (upper camelcase).
String case utils
Transform a string by swapping every character from upper to lower case, or lower to upper case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Transform into a string with random capitalization applied
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
TypeScript definitions for pascalcase
camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
Constants and utilities about visitor keys to traverse AST.
convert a string to pascal case
Visitor keys used to help traverse the TypeScript-ESTree AST
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Compile objects with duplicate keys to valid strict ES5
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
Tiny Casing utils
Convert a string to Pascal case.
Convert a string to Pascal case.
Convert into a text of capitalized words without separators
Lowercase the keys of an object
Like `Object.keys()` but also includes symbols
Isomorphic client library for Azure KeyVault's keys.
A collection of helpers to perform operations on/related to a string value
Convert the case of strings, symbols, and hash keys, including camelCase, PascalCase, and underscore_case
This gem converts the case of strings, symbols, and keys of hash recursively. The convertible cases are camelCase, PascalCase, snake_case, etc.