build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793..5915ae774afb0bb58f928b7cd7b13cebbb5aff35 100644 (file)
@@ -55,5 +55,5 @@ export {
   sleep,
   validateUUID,
 } from './Utils';
-export { median, nthPercentile, stdDeviation } from './StatisticUtils';
+export { average, median, nthPercentile, stdDeviation } from './StatisticUtils';
 export { logger } from './Logger';