UNPKG

@sveltejs/kit

Version:

SvelteKit is the fastest way to build Svelte apps

5 lines (4 loc) 173 B
declare module '__SERVER__/internal.js' { export const options: import('types').SSROptions; export const get_hooks: () => Promise<Partial<import('types').ServerHooks>>; }