Spaces:
Sleeping
Sleeping
/// <reference types="node" /> | |
import { Server } from "net"; | |
interface ServerOptions { | |
rootDir: string; | |
} | |
export declare function createServer(httpServer: Server, options: ServerOptions): any; | |
export {}; | |