(...args: ReadonlyArray<any>)
| 89 | |
| 90 | /** @internal */ |
| 91 | export const info = (...args: ReadonlyArray<any>) => consoleWith((_) => _.info(...args)) |
| 92 | |
| 93 | /** @internal */ |
| 94 | export const log = (...args: ReadonlyArray<any>) => consoleWith((_) => _.log(...args)) |
nothing calls this directly
no test coverage detected