(...data: any[])
| 109 | info(...data: any[]): void |
| 110 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */ |
| 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) */ |
no outgoing calls
no test coverage detected