* The **`console.debug()`** static method outputs a message to the console at the 'debug' log level. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static)
(...data: any[])
| 127 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) |
| 128 | */ |
| 129 | debug(...data: any[]): void |
| 130 | /** |
| 131 | * The **`console.dir()`** static method displays a list of the properties of the specified JavaScript object. |
| 132 | * |
no outgoing calls
no test coverage detected