bcherny/json-schema-to-typescript
View on GitHubAllow unicode characters in type name
Open
#279 opened on Mar 4, 2020
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (3,302 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The member of type name is restricted to only english letters (and some symbol) Typescript now allows unicode characters (doc link)
So, modify this function to allow unicode characters in type name, or as an option?