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