UNPKG

vite-plugin-react-server

Version:
5 lines 279 B
import type { CreateHandlerOptions } from "../types.js"; export declare function requestToRoute(req: { url?: string; }, handlerOptions: Pick<CreateHandlerOptions, "moduleBasePath" | "moduleBaseURL" | "build">): string | undefined; //# sourceMappingURL=requestToRoute.d.ts.map