UNPKG

@sorens/artist-svelte

Version:

an opinionated and clean UI framework for SvelteKit with theme support built-in

5 lines (4 loc) 181 B
import Booleanify from './utilities/helper/booleanify'; export default { RTL: Booleanify(typeof process !== 'undefined' ? process.env['VITE_RTL'] : import.meta.env.VITE_RTL) };