7 lines
426 B
TypeScript
7 lines
426 B
TypeScript
export { DropAggregator } from './Drop';
|
|
export { HistogramAccumulation, HistogramAggregator } from './Histogram';
|
|
export { ExponentialHistogramAccumulation, ExponentialHistogramAggregator, } from './ExponentialHistogram';
|
|
export { LastValueAccumulation, LastValueAggregator } from './LastValue';
|
|
export { SumAccumulation, SumAggregator } from './Sum';
|
|
export { Aggregator } from './types';
|
|
//# sourceMappingURL=index.d.ts.map
|