foundation-utils.listener
Home > @genesislcap/foundation-utils > Listener
Listener type
Creates an observer that facilitates the subscription and publication of events.
Signature:
export type Listener<EventType> = (ev: EventType) => void;
Home > @genesislcap/foundation-utils > Listener
Creates an observer that facilitates the subscription and publication of events.
Signature:
export type Listener<EventType> = (ev: EventType) => void;