EventCountsinterface EventCounts {forEach(callbackfn: (value: number,key: string,parent: EventCounts,) => void, thisArg?: any): void;}var EventCounts: {prototype: EventCounts; new (): EventCounts; };§Methods§forEach(callbackfn: (value: number,key: string,parent: EventCounts,) => void, thisArg?: any): void[src]