|
|
|
|
|
by disintegrator
477 days ago
|
|
> One thing I find useful about enums is that they can be used as both types and values Makes sense. You can emulate that behavior by having an object literal with const assertion AND a union type of the same name derived from the object literal. |
|
(the typeof part is just so you don't repeat yourself, or did you have something else in mind?)