| 21 | } |
| 22 | |
| 23 | interface SearchResult { |
| 24 | item: SearchIndexItem; |
| 25 | score: number; |
| 26 | } |
| 27 | |
| 28 | const helpModal = document.getElementById("modal") as HTMLDialogElement | null; |
| 29 | const modalClose = document.getElementById("close"); |
nothing calls this directly
no outgoing calls
no test coverage detected