@bodil/core - v0.4.5
    Preparing search index...

    Type Alias EventMapFor<T>

    EventMapFor: Present<T["__events"]>

    Get the Events type associated with a type that extends DeclareEvents<Events>.

    Using it on a type that doesn't extend DeclareEvents results in a type error.

    Type Parameters