getTTFB.d.ts 109 B

12
  1. import { ReportHandler } from './types.js';
  2. export declare const getTTFB: (onReport: ReportHandler) => void;