ICT30016-Assignment-3/node_modules/web-vitals/dist/modules/index.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

6 lines
220 B
TypeScript

export { getCLS } from './getCLS.js';
export { getFCP } from './getFCP.js';
export { getFID } from './getFID.js';
export { getLCP } from './getLCP.js';
export { getTTFB } from './getTTFB.js';
export * from './types.js';