mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-07 20:57:49 +00:00
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
export function load(mainWindow: any, port: string | undefined): void;
|
|
export function start(): Promise<string | undefined>;
|