Here is a simple demo site for this library that showcases some of the things it's capable of.
ts-case-convert is a zero dependency implementation for converting object keys between camelCase, snake_case, PascalCase, and SCREAMING_SNAKE_CASE while preserving TypeScript type information, code ...