Skip to content

Commit

Permalink
Fix for index.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Nov 14, 2024
1 parent aade2a1 commit 77ba7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
DummyMetricsCache,
SimpleMetricsCache,
AverageMetricsCache,
WeightedAgeAverageMetricsCache,
} from "./cache";

import {
Expand Down Expand Up @@ -85,6 +86,7 @@ export {
DummyMetricsCache,
SimpleMetricsCache,
AverageMetricsCache,
WeightedAgeAverageMetricsCache,
normalizeMetricsRow,
normalizeMetricsMatrix,
}

0 comments on commit 77ba7d4

Please sign in to comment.