Hierarchy (View Summary)

Implements

Constructors

Properties

Methods

Constructors

Properties

callbacks: {
    [k: string]: {
        callback: (res: PitcherResponse) => void;
        dispatched_at: number;
        payload: object;
        type: string;
    };
}
listeners: { [key: string]: undefined | (p: any) => void[] } = {}

Methods