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

3 lines
133 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import { Metric } from '../types.js';
export declare const initMetric: (name: Metric['name'], value?: number | undefined) => Metric;