UNPKG

@graphql-mesh/serve-cli

Version:
3 lines (2 loc) 179 B
import { ServerOptions } from './types.js'; export declare function startuWebSocketsServer({ handler, log, protocol, host, port, sslCredentials, }: ServerOptions): Promise<void>;