@graphql-mesh/serve-cli
Version:
5 lines (4 loc) • 355 B
text/typescript
import type { RecognizedString } from 'uWebSockets.cjs';
import type { ServerOptions } from './types.cjs';
export declare function readRecognizedString(recognizedString: RecognizedString): string;
export declare function startNodeHttpServer({ handler, log, protocol, host, port, sslCredentials, maxHeaderSize, }: ServerOptions): Promise<AsyncDisposable>;