| 16 | // ── Types ────────────────────────────────────────────────────────────────── |
| 17 | |
| 18 | export interface ArticleContent { |
| 19 | title: string; |
| 20 | text: string; |
| 21 | siteName?: string; |
| 22 | } |
| 23 | |
| 24 | // ── HTML helpers ─────────────────────────────────────────────────────────── |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected