Skip to content

Type Alias: UnsubscribeFn

ts
type UnsubscribeFn = () => void;

Defined in: src/EventEmitter.ts:2

Returns

void

Released under the MIT License.