UNPKG

@resolid/react-router-hono

Version:
10 lines (9 loc) 603 B
import { t as HonoServerOptions } from "./hono-server-3AgKYtTt.mjs"; import { NodeEnv } from "./types.mjs"; import { IncomingMessage, ServerResponse } from "http"; import { Http2ServerRequest, Http2ServerResponse } from "http2"; //#region src/presets/vercel/server.d.ts type HonoVercelServerOptions = HonoServerOptions<NodeEnv>; declare const createHonoVercelServer: (options?: HonoVercelServerOptions) => Promise<(incoming: IncomingMessage | Http2ServerRequest, outgoing: ServerResponse | Http2ServerResponse) => Promise<void>>; //#endregion export { HonoVercelServerOptions, createHonoVercelServer };