()
| 29 | } |
| 30 | |
| 31 | export function resolveInitialTheme(): ThemeName { |
| 32 | return readStoredTheme() ?? readSystemPreference(); |
| 33 | } |
| 34 | |
| 35 | export function applyTheme(theme: ThemeName): void { |
| 36 | if (typeof document === "undefined") { |
no test coverage detected