sindresorhus / camelcase

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
MIT License
682 stars 95 forks source link

Add option to disable the platform locale #92

Closed jhnns closed 2 years ago

jhnns commented 2 years ago

As discussed in https://github.com/sindresorhus/camelcase-keys/issues/81

sindresorhus commented 2 years ago

You also need to update index.d.ts

jhnns commented 2 years ago

I've updated the PR, ready to be reviewed again :)