Files
feedstr.live/node_modules/web-vitals/dist/modules/getTTFB.d.ts
T
2023-11-25 18:12:47 -05:00

3 lines
109 B
TypeScript

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