(label?: string)
| 59 | |
| 60 | /** @internal */ |
| 61 | export const count = (label?: string) => consoleWith((_) => _.count(label)) |
| 62 | |
| 63 | /** @internal */ |
| 64 | export const countReset = (label?: string) => consoleWith((_) => _.countReset(label)) |
nothing calls this directly
no test coverage detected