es-toolkit
es-toolkit copied to clipboard
feat(camelCase/capitalize/kebabCase/lowerCase/snakeCase/startCase): improve return types
Even though the type passes the test, I can't guarantee that it covers all boundary cases
@D-Sketon is attempting to deploy a commit to the Toss Team on Vercel.
A member of the Team first needs to authorize it.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.57%. Comparing base (
b3a04ef) to head (330f9fe).
close https://github.com/toss/es-toolkit/issues/172
Hello, thanks for your contribution to our library! While I understand the reason of providing exact types, I am not sure they are worth it, considering maintainability and readability of complex types. Let me think a little bit about whether or not to include complex types to our library.
Hello, thanks for your contribution.
Since we value simplicity of the implementation, we decided not to merge complex types in our repository.
However, other types of contributions such as adding new functions would be really helpful for us. Looking forward to your next contribution.