* The **`console.info()`** static method outputs a message to the console at the 'info' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static)
(...data: any[])
| 190 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) |
| 191 | */ |
| 192 | info(...data: any[]): void; |
| 193 | /** |
| 194 | * The **`console.log()`** static method outputs a message to the console. |
| 195 | * |
no outgoing calls