The event type: emitter.emit(event.type)
A functional and normalized way to call emitter.emit(...)
A functional and normalized way to call emitter.addListener(...)
creates the event listener with type support
creates the event listener with type support
Rest
...args: any[]Generated using TypeDoc
Create event argments as in
emitter.emit(event.type, ...event(value))
.