pascalcase icon indicating copy to clipboard operation
pascalcase copied to clipboard

Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert

Results 2 pascalcase issues
Sort by recently updated
recently updated
newest added

Trying to use this package in a rollup config file as: ``` import pascalcase from 'pascalcase'; ``` But then this error happen: ``` [!] Error: While loading the Rollup configuration...

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?...