@eoussama/firemitt
    Preparing search index...

    Class EnumHelper

    Helps with enums.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Returns the name for an enum value.

      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.