UNPKG

@graphql-mesh/serve-cli

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