UNPKG

vite-plugin-react-server

Version:
9 lines 478 B
import type { RenderMetrics, WorkerStartupMetrics, ModuleResolutionMetrics } from "./types.js"; export declare function metricWatcher({ maxTime, maxBackpressure, warnOnly, warn, info, }?: { maxTime?: number; maxBackpressure?: number; warnOnly?: boolean; warn?: (...args: unknown[]) => void; info?: (...args: unknown[]) => void; }): (metrics: RenderMetrics | WorkerStartupMetrics | ModuleResolutionMetrics) => void; //# sourceMappingURL=metricWatcher.d.ts.map