interface EventCounts { forEach( callbackfn: (value: number, key: string, parent: EventCounts) => void, thisArg?: any, ): void;} Methods
forEach
forEach( callbackfn: (value: number, key: string, parent: EventCounts) => void, thisArg?: any,): void Parameters
- callbackfn: (value: number, key: string, parent: EventCounts) => void
Optional
thisArg: any
Returns void
MDN Reference