|
|
|
|
|
by jmhain
2982 days ago
|
|
From the section on TypeScript: > enums, which are basically like Java’s enums. They really aren't. Java enums are somewhat unique in that they are full-fledged classes, not just glorified constants. TS enums are much closer to those of C#. |
|