* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static)
(...data: any[])
| 171 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) |
| 172 | */ |
| 173 | log(...data: any[]): void; |
| 174 | /** |
| 175 | * The **`console.table()`** static method displays tabular data as a table. |
| 176 | * |
no outgoing calls
no test coverage detected