UNPKG

235 BPlain TextView Raw
1export { MetricsGathererError } from './metrics-gatherer';
2
3import { MetricsGatherer } from './metrics-gatherer';
4export { MetricsGatherer };
5export const metrics = new MetricsGatherer();
6
7export { AggregatorStrategy } from './enums';