Merge dependabot/npm_and_yarn/mikro-orm/mariadb-5.8.2 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793..f3feeb66d2bfd842d8fad04f9379fce44904f85f 100644 (file)
@@ -49,11 +49,14 @@ export {
   isUndefined,
   isValidTime,
   logPrefix,
+  max,
+  min,
+  once,
   promiseWithTimeout,
   roundTo,
   secureRandom,
   sleep,
   validateUUID,
 } from './Utils';
-export { median, nthPercentile, stdDeviation } from './StatisticUtils';
+export { average, median, nthPercentile, stdDeviation } from './StatisticUtils';
 export { logger } from './Logger';