typescript-case-convert
Typescript type-preserving conversion of objects between camelCase, snake_case, and PascalCase
Typescript type-preserving conversion of objects between camelCase, snake_case, and PascalCase
A tiny library for formatting object fields in snake case or camel case.
Typescript type-preserving conversion of objects between camelCase and snake_case
Converts a kebab-case string to a snake_case string
Common utils for every single day tasks
Typescript type-preserving conversion of objects between camelCase and snake_case
Converts different naming conventions
Transform a char separated string into a camelCase one using a custom separator and accepting unicode chars.
A simple package to switch between multiple case standards effortlessly.
Typescript type-preserving conversion of objects between camelCase and snake_case
Convert strings and objects from snake_case to camelCase
A simple npm package for converting object keys from snake_case to camelCase.
A simple npm package to convert strings to different cases such as camelCase and snake_case.
TypeScript case converter
A utility that deburrs a string, converts it to snake_case, strips all non-alphanumeric characters and removes leading numbers.
Recursive camelize or decamelize Objects and/or Arrays of Objects
We often need to convert cases like camelCase to kebab-case , PascalCase to snake_case and so on. because in some frontend or backend technologies have some restrictions in case naming. In this case , we can directly rename them. But the best idea would b
Simple and efficient solution for converting object names or properties from camelCase to snake_case and vice versa
A minimal utility function library that converts camelCase to snake_case and snake_case to camelCase.
Typescript type-preserving conversion of objects between camelCase and snake_case