(...args: ReadonlyArray<any>)
| 74 | |
| 75 | /** @internal */ |
| 76 | export const error = (...args: ReadonlyArray<any>) => consoleWith((_) => _.error(...args)) |
| 77 | |
| 78 | /** @internal */ |
| 79 | export const group = (options?: { |
nothing calls this directly
no test coverage detected