Variable: emitter
const emitter: Emittery<Record<PropertyKey, any>, Record<PropertyKey, any> & OmnipresentEventData, DatalessEventNames<Record<PropertyKey, any>>>;
Defined in: util/Emitter.ts:20
An instance of the Emittery class from the NPM package emittery. This instance is
a fully async EventEmitter implementation. Event listeners can be registered with on or once,
and events can be emitted with emit.