generator
generator copied to clipboard
Discuss Enum PascalCase export
Hey Kai, I just stumbled upon the following article of good and bad practices regarding enum type definitions: https://basarat.gitbook.io/typescript/styleguide#enum
What do you think? Currently the generator is exporting as camelCase and I noticed that everywhere else I normally prefer the PascalCase.
Different case styles are already implemented. Currently the generator lacks a possibility to configure it. Will be part of an later release