foundation-utils.publish
Home > @genesislcap/foundation-utils > Publish
Publish type
Publishes an event of a specific type to all subscribed listeners.
Signature:
export type Publish<EventType> = (event: EventType) => void;
Home > @genesislcap/foundation-utils > Publish
Publishes an event of a specific type to all subscribed listeners.
Signature:
export type Publish<EventType> = (event: EventType) => void;