Represents a TS-style enum value.
A TS enum value is defined in an object ("enum object"). It contains "forward"properties from non-numeric strings to strings or numbers and "reversed" properties from numeric strings to keys of forward properties with constant numeric values.
Generated using TypeDoc
Represents a TS-style enum value.
A TS enum value is defined in an object ("enum object"). It contains "forward"properties from non-numeric strings to strings or numbers and "reversed" properties from numeric strings to keys of forward properties with constant numeric values.