Description

Helps with enums.

Constructors

Methods

Constructors

Methods

  • Type Parameters

    • T extends object

    Parameters

    • enumType: T

      The enumurator.

    • enumValue: T[keyof T]

      The enum value.

    Returns TUnsafe<keyof T>

    A key name corresponding to the input value.

    Description

    Returns the name for an enum value.

Generated using TypeDoc