UNPKG

svelte-adapter-fastify

Version:

SvelteKit Adapter for Fastify.

12 lines (11 loc) 297 B
declare const join: any; declare const copyFileSync: any; declare function svelteAdapterFastify({ out, assets, serverFile, startFile, }?: { out?: string; assets?: string; serverFile?: string; startFile?: string; }): { name: string; adapt(builder: any): void; };