UNPKG

@graphql-mesh/serve-cli

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