build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793..7c876834ed260ee32aad32656edab3d7e5fac3f5 100644 (file)
@@ -49,11 +49,13 @@ export {
   isUndefined,
   isValidTime,
   logPrefix,
-  promiseWithTimeout,
+  max,
+  min,
+  once,
   roundTo,
   secureRandom,
   sleep,
   validateUUID,
 } from './Utils';
-export { median, nthPercentile, stdDeviation } from './StatisticUtils';
+export { average, median, nthPercentile, stdDeviation } from './StatisticUtils';
 export { logger } from './Logger';