mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 04:18:24 -04:00
7 lines
220 B
TypeScript
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';
|