pascalcase icon indicating copy to clipboard operation
pascalcase copied to clipboard

Typescript types for this package

Open sheikalthaf opened this issue 3 years ago • 2 comments

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

sheikalthaf avatar Jan 31 '22 17:01 sheikalthaf

Type definitions in @types/pascalcase is stale.

wirekang avatar Aug 01 '22 10:08 wirekang

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.

wirekang avatar Aug 01 '22 10:08 wirekang