UNPKG

@jill64/svelte-dark-theme

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