UNPKG

@sveltejs/kit

Version:

SvelteKit is the fastest way to build Svelte apps

4 lines (3 loc) 213 B
// we expose this as a separate entry point (rather than treating client.js as the entry point) // so that everything other than `start`/`load_css` can be treeshaken export { start, load_css } from './client.js';