UNPKG

@graphql-mesh/serve-cli

Version:
5 lines (4 loc) 353 B
import type { RecognizedString } from 'uWebSockets.js'; import type { ServerOptions } from './types.js'; export declare function readRecognizedString(recognizedString: RecognizedString): string; export declare function startNodeHttpServer({ handler, log, protocol, host, port, sslCredentials, maxHeaderSize, }: ServerOptions): Promise<AsyncDisposable>;