UNPKG

vite-plugin-react-server

Version:
6 lines 280 B
import type { RenderMetrics } from "./types.js"; export declare function formatMetrics(metrics: RenderMetrics): string; export declare function logMetrics(metrics: RenderMetrics, logger?: { info: (message: string) => void; }): void; //# sourceMappingURL=formatMetrics.d.ts.map