@xdream77/case-converter
Converts naming cases from one to another. For Example: camelCase to snake_case.
Converts naming cases from one to another. For Example: camelCase to snake_case.
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