UNPKG

@sveltejs/kit

Version:

SvelteKit is the fastest way to build Svelte apps

7 lines (4 loc) 159 B
import { BROWSER, DEV } from 'esm-env'; export { building, version } from '__sveltekit/environment'; export const browser = BROWSER; export const dev = DEV;