UNPKG

web-vitals

Version:

Easily measure performance metrics in JavaScript

4 lines (3 loc) 263 B
import type { ReportOpts } from '../types.js'; export declare const checkSoftNavsEnabled: (opts?: ReportOpts) => boolean | undefined; export declare const storeSoftNavEntry: (map: Map<number, PerformanceSoftNavigation>, entry: PerformanceSoftNavigation) => void;