EventEmitter
constant
API
const EventEmitter: { new (isAsync?: boolean | undefined): EventEmitter<any>; new <T>(isAsync?: boolean | undefined): EventEmitter<T>; readonly prototype: EventEmitter<any>; };
Jump to details
const EventEmitter: { new (isAsync?: boolean | undefined): EventEmitter<any>; new <T>(isAsync?: boolean | undefined): EventEmitter<T>; readonly prototype: EventEmitter<any>; };