Type Alias EventEmitter<T>

EventEmitter: EventEmitter

Type Parameters

  • T extends { [K in keyof T]: (...args: any[]) => any }