You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the API is based upon the change-case libraries.
I think changing the API from changeCaseObject.camelCase(obj) to changeCaseObject(obj).toCamelCase() feels more in-line with native JavaScript methods such as toString, toLowerCase, toUpperCase, etc.
The text was updated successfully, but these errors were encountered:
Currently, the API is based upon the
change-case
libraries.I think changing the API from
changeCaseObject.camelCase(obj)
tochangeCaseObject(obj).toCamelCase()
feels more in-line with native JavaScript methods such astoString
,toLowerCase
,toUpperCase
, etc.The text was updated successfully, but these errors were encountered: