• Iterate over the entries in an enum. Yields a tuple containing the name and value of each entry.

    Type Parameters

    • T

    Parameters

    • enumObject: T

    Returns ReadonlyArray<[keyof T, Exclude<T[keyof T], AnyFunction>]>

Generated using TypeDoc