(...data: any[])
| 120 | timeStamp(label?: string): void; |
| 121 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */ |
| 122 | trace(...data: any[]): void; |
| 123 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static) */ |
| 124 | warn(...data: any[]): void; |
| 125 | } |
nothing calls this directly
no outgoing calls
no test coverage detected