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