UNPKG

react-responsive-pagination

Version:
11 lines (10 loc) 198 B
let renderCount = 0; export function incRenderCount() { renderCount++; } export function getRenderCount() { return renderCount; } export function resetRenderCount() { renderCount = 0; }