cmux/node_modules/web-vitals/dist/getTTFB.d.ts
2026-01-29 17:36:26 -08:00

2 lines
109 B
TypeScript

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