(
callback: (value: V, key: K, parent: this) => void,
thisArg?: any,
)
| 9405 | entries(): IterableIterator<[K, V]>; |
| 9406 | [Symbol.iterator](): IterableIterator<[K, V]>; |
| 9407 | forEach( |
| 9408 | callback: (value: V, key: K, parent: this) => void, |
| 9409 | thisArg?: any, |
| 9410 | ): void; |
no outgoing calls