Skip to main content

Type Alias: Unsubscribe

type Unsubscribe = () => void;

Defined in: types.ts:14

Returned by every subscription; call to detach the listener.

Returns

void