mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 04:21:32 +00:00
3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
export function load(mainWindow: any, port: string | undefined, path: string | undefined): void;
|
|
export function start(): Promise<string | undefined>;
|