* 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[])
| 166 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static) |
| 167 | */ |
| 168 | error(...data: any[]): void; |
| 169 | /** |
| 170 | * 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. |
| 171 | * |
no outgoing calls
no test coverage detected