pascalcase
pascalcase copied to clipboard
Typescript types for this package
I know that this package already have the types from DT. But i would like to have typescript support natively. It is possible to add typescript to this project natively?
Thanks
Type definitions in @types/pascalcase is stale.
Use https://github.com/sindresorhus/camelcase with {pascalCase: true}. camelcase has own type definitions, and this project use camelcase internally, so there are no reasons to use this project.