An emitter function with itself and its event as properties keyed on it.
Creates and returns an emitter for a SealedEvent, with the event keyed off
the emitter via .event
.
An emitter function that will emit to the .event
SealedEvent.
Creates and returns an emitter for an Event, with the event keyed off
the emitter via .event
.
Note: The event
here is will have a member function .emit
that emits
to the same function as the emitter returned here.
An emitter function that will emit to the .event
Event.
Generated using TypeDoc
This is a very simple strongly typed event emitter class, see README.md for more details.