UNPKG

nextjs-perfkit

Version:

Frontend performance analyzer for Next.js apps – render time tracking, memory logging, network analysis, DevTools UI.

3 lines (2 loc) 126 B
export declare const startRenderTimer: (label: string) => void; export declare const endRenderTimer: (label: string) => void;