cmux/node_modules/web-vitals/dist/index.d.ts
2026-01-29 17:36:26 -08: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';