* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static)
(...data: any[])
| 145 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static) |
| 146 | */ |
| 147 | error(...data: any[]): void |
| 148 | /** |
| 149 | * The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by an additional level, until console/groupEnd_static is called. |
| 150 | * |
no outgoing calls