typescript-uml
typescript-uml copied to clipboard
Missed Enums
Given:
enum Animal {
Dog
cat
}
expected:
enum Animal {
Dog
cat
}
got: