UNPKG

@sveltejs/kit

Version:

SvelteKit is the fastest way to build Svelte apps

10 lines (8 loc) 205 B
/** @type {{ decoders: Record<string, (data: any) => any> }} */ export let app; /** * @param {{ decoders: Record<string, (data: any) => any> }} value */ export function set_app(value) { app = value; }