UNPKG

vite-plugin-react-server

Version:
8 lines 411 B
import type { Logger } from "vite"; import type { ServerResponse } from "node:http"; import type { PassThrough } from "node:stream"; /** * Server version of cleanupServerAction - no-op since no workers in server mode */ export declare const cleanupServerAction: (passThrough: PassThrough, res: ServerResponse, error?: unknown, logger?: Logger) => void; //# sourceMappingURL=cleanupServerAction.server.d.ts.map