UNPKG

@wener/console

Version:
7 lines (6 loc) 146 B
export function getTheme() { if (typeof window === 'undefined') { return 'system'; } return localStorage.theme || 'system'; }