Appearance
type EventUnsubscriber = () => void;
Defined in: src/wirestate-core/types/events.ts:33
Represents the function that removes an event subscription.
void