* The **`console.count()`** static method logs the number of times that this particular call to `count()` has been called. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static)
(label?: string)
| 136 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) |
| 137 | */ |
| 138 | count(label?: string): void; |
| 139 | /** |
| 140 | * The **`console.countReset()`** static method resets counter used with console/count_static. |
| 141 | * |
no outgoing calls