UNPKG

@graphql-mesh/serve-cli

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