Type Alias: Unsubscribe
type Unsubscribe = () => void;
Defined in: types.ts:14
Returned by every subscription; call to detach the listener.
Returns
void
type Unsubscribe = () => void;
Defined in: types.ts:14
Returned by every subscription; call to detach the listener.
void