getFCP.d.ts 108 Bytes
import { ReportHandler } from './types.js';
export declare const getFCP: (onReport: ReportHandler) => void;