@bacnet-js/client
    Preparing search index...

    Type Alias EnumType<E>

    EnumType: Record<keyof E, number | string> & { [k: number]: string }

    Generic type for TypeScript enums. I admit I'm still not entirely clear as to how or why this works the way it does. There's an element of recursivity that feels like black magic.

    Type Parameters

    • E