initMetric.d.ts 133 Bytes Raw Blame History Permalink 1 2 import { Metric } from '../types.js'; export declare const initMetric: (name: Metric['name'], value?: number | undefined) => Metric;