UNPKG

web-vitals

Version:

Easily measure performance metrics in JavaScript

3 lines (2 loc) 110 B
import { LoadState } from '../types.js'; export declare const getLoadState: (timestamp: number) => LoadState;