UNPKG

vite-plugin-react-server

Version:
9 lines 298 B
import type { HandleErrorFn } from "./types.js"; /** * Simplified error handling function that: * - Formats and logs errors * - Handles panic thresholds * - Returns error to throw or null to continue */ export declare const handleError: HandleErrorFn; //# sourceMappingURL=handleError.d.ts.map