Is your feature request related to a problem? Please describe.
Lodash is a relatively large utility package but is only used for kebab-case, snake_case, and camelCase
Describe the solution you'd like
Use vanilla js. Below algorithms require fine tuning/testing
Is your feature request related to a problem? Please describe. Lodash is a relatively large utility package but is only used for kebab-case, snake_case, and camelCase
Describe the solution you'd like Use vanilla js. Below algorithms require fine tuning/testing
to kebab case
to snake case
to camel case
Describe alternatives you've considered there are other solutions that don't require lodash