mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 20:57:49 +00:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
declare module 'NODESERVER' {
|
|
export const host: string, path: string, port: string, server: any;
|
|
}
|