(tabularData?: any, properties?: string[])
| 111 | log(...data: any[]): void; |
| 112 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */ |
| 113 | table(tabularData?: any, properties?: string[]): void; |
| 114 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */ |
| 115 | time(label?: string): void; |
| 116 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */ |
nothing calls this directly
no outgoing calls
no test coverage detected