the-forest/client/node_modules/web-vitals/dist/modules/index.d.ts

7 lines
220 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
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';