Skip to content

Type Alias: EventUnsubscriber

ts
type EventUnsubscriber = () => void;

Defined in: src/wirestate-core/types/events.ts:33

Represents the function that removes an event subscription.

Returns

void