UNPKG

@jill64/svelte-dark-theme

Version:
3 lines (2 loc) 120 B
import { themeValue } from '../enum/themeValue.js'; export const isThemeValue = (s) => themeValue.some((x) => x === s);