camelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
It works for camelCase For Example ```js spaceCase('$catDog') // Output: $cat Dog ``` But doesn't for snake_case ```js spaceCase('$cat_dog') // Output: $cat_dog // but Expected output: $cat dog ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by emran and has received 0 comments.