(tabularData: any, properties?: ReadonlyArray<string>)
| 95 | |
| 96 | /** @internal */ |
| 97 | export const table = (tabularData: any, properties?: ReadonlyArray<string>) => |
| 98 | consoleWith((_) => _.table(tabularData, properties)) |
| 99 | |
| 100 | /** @internal */ |
| 101 | export const time = (label?: string) => |
nothing calls this directly
no test coverage detected