Interface ListenerMap

An interface for listener map.

interface ListenerMap {
    [key: string]: Function[];
}

Indexable

[key: string]: Function[]