sindresorhus / camelcase-keys

Convert object keys to camel case
MIT License
691 stars 95 forks source link

Fix handling of array of non-objects #59

Closed jwthanh closed 4 years ago

jwthanh commented 4 years ago

Example: camelcaseKeys(['name 1', 'name2'], { deep: true, })

sindresorhus commented 4 years ago

Can you add a test?

jwthanh commented 4 years ago

Can you add a test?

sure. I will add test case.