(...args: ReadonlyArray<any>)
| 92 | |
| 93 | /** @internal */ |
| 94 | export const log = (...args: ReadonlyArray<any>) => consoleWith((_) => _.log(...args)) |
| 95 | |
| 96 | /** @internal */ |
| 97 | export const table = (tabularData: any, properties?: ReadonlyArray<string>) => |
no test coverage detected