(...data: any[])
| 93 | countReset(label?: string): void; |
| 94 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */ |
| 95 | debug(...data: any[]): void; |
| 96 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir_static) */ |
| 97 | dir(item?: any, options?: any): void; |
| 98 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml_static) */ |
nothing calls this directly
no outgoing calls
no test coverage detected