4 lines
213 B
TypeScript
4 lines
213 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export {};
|
|
export const startServer: (...args: unknown[]) => { port?: number; stop: (closeActiveConnections: boolean) => void } = () => ({ stop() {} });
|