@arcmantle/library
    Preparing search index...

    Class Hooks<TEvents>

    Provide hooks for the TEvents; a type-map of events to handlers.

    Knows how to track handlers for different events and allow the consumer to trigger that event, causing each handler to run.

    Type Parameters

    • TEvents extends Record<string, Fn>
    Index

    Constructors

    Methods