the-forest/client/node_modules/web-vitals/dist/modules/getTTFB.d.ts
2024-09-17 20:35:18 -04:00

3 lines
109 B
TypeScript

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