finalMetrics.d.ts 104 B

12
  1. import { Metric } from '../types.js';
  2. export declare const finalMetrics: WeakSet<Metric> | Set<Metric>;