@graphql-mesh/serve-cli
Version:
5 lines (4 loc) • 353 B
TypeScript
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>;