Converts a TS enum and rename options to two maps: from out names to values and from values to out names.
Function used by TS to check the names of enums (isNumericLiteralName)
Builds a map from a TS enum by removing reverse-lookup keys.
Generated using TypeDoc
Represents an enum value defined in
EnumConstructor