UNPKG

web-vitals

Version:

Easily measure performance metrics in JavaScript

6 lines (5 loc) 200 B
/** * Runs the passed callback during the next idle period, or immediately * if the browser's visibility state is (or becomes) hidden. */ export declare const whenIdle: (cb: () => void) => number;