(...data: any[])
| 119 | info(...data: any[]): void; |
| 120 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */ |
| 121 | log(...data: any[]): void; |
| 122 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */ |
| 123 | table(tabularData?: any, properties?: string[]): void; |
| 124 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */ |
no outgoing calls
no test coverage detected