Interface EmitterEventObject

interface EmitterEventObject {
    [event: string]: ((...args) => void)[];
}

Indexable

[event: string]: ((...args) => void)[]