Class AsyncEventEmitter

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

listeners: Record<string, EventHandler[]> = {}

Methods

  • Parameters

    • event: string
    • Optional data: any
    • shouldWait: boolean = true

    Returns Promise<void>

Generated using TypeDoc