| 24 | window.location.pathname = "/channels/@me"; |
| 25 | } |
| 26 | export interface CustomHTMLDivElement extends HTMLDivElement { |
| 27 | markdown: MarkDown; |
| 28 | } |
| 29 | declare global { |
| 30 | interface Window { |
| 31 | checker?: typeof C.Check; |
nothing calls this directly
no outgoing calls
no test coverage detected