(tabularData: any, properties?: ReadonlyArray<string>)
| 42 | info(...args: ReadonlyArray<any>): Effect<void> |
| 43 | log(...args: ReadonlyArray<any>): Effect<void> |
| 44 | table(tabularData: any, properties?: ReadonlyArray<string>): Effect<void> |
| 45 | time(label?: string): Effect<void> |
| 46 | timeEnd(label?: string): Effect<void> |
| 47 | timeLog(label?: string, ...args: ReadonlyArray<any>): Effect<void> |
no outgoing calls
no test coverage detected