(label?: string)
| 62 | |
| 63 | /** @internal */ |
| 64 | export const countReset = (label?: string) => consoleWith((_) => _.countReset(label)) |
| 65 | |
| 66 | /** @internal */ |
| 67 | export const debug = (...args: ReadonlyArray<any>) => consoleWith((_) => _.debug(...args)) |
nothing calls this directly
no test coverage detected