sindresorhus / camelcase

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

fix: camelCase a separator should return an empty string #99

Closed tychenjiajun closed 2 years ago

tychenjiajun commented 2 years ago

fix #98

tychenjiajun commented 2 years ago

@sindresorhus Would you please review again?