UNPKG

web-vitals

Version:

Easily measure performance metrics in JavaScript

7 lines (6 loc) 286 B
export { onCLS, CLSThresholds } from './onCLS.js'; export { onFCP, FCPThresholds } from './onFCP.js'; export { onINP, INPThresholds } from './onINP.js'; export { onLCP, LCPThresholds } from './onLCP.js'; export { onTTFB, TTFBThresholds } from './onTTFB.js'; export * from './types.js';