Skip to content

ListenerMap

ListenerMap<E> = { [eventName in E]: AnyListener }

Defined in: src/models/typed-event-emitter.ts:30

Base class for types mapping from event name to the type of listeners to that event

E extends string