ship-gis/node_modules/web-vitals/dist/modules/index.d.ts
2026-01-22 09:14:01 +09:00

7 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';