UNPKG

@sveltejs/kit

Version:

SvelteKit is the fastest way to build Svelte apps

7 lines (6 loc) 138 B
/** @type {import('typescript')} */ // @ts-ignore export let ts = undefined; try { ts = (await import('typescript')).default; } catch {}