UNPKG

web-vitals

Version:

Easily measure performance metrics in JavaScript

3 lines (2 loc) 218 B
import { Metric, ReportCallback } from '../types.js'; export declare const bindReporter: (callback: ReportCallback, metric: Metric, thresholds: number[], reportAllChanges?: boolean) => (forceReport?: boolean) => void;