Files
conference-room-booking-system/frontend/node_modules/web-vitals/dist/modules/lib/initMetric.d.ts

3 lines
133 B
TypeScript
Raw Normal View History

import { Metric } from '../types.js';
export declare const initMetric: (name: Metric['name'], value?: number | undefined) => Metric;