Function createEnumStyle

  • Create an enum style object which has both the key => value and value => key mappings

    Type Parameters

    • E

    Parameters

    • values: {
          [key in string | number | symbol]: E[keyof E]
      }

      The values to populate on the new object

    Returns EnumValue<E>

Generated using TypeDoc