Merge dependabot/npm_and_yarn/types/node-20.8.4 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index cdc98711a6b14afdff5c2a1048bdc7d936794185..f3feeb66d2bfd842d8fad04f9379fce44904f85f 100644 (file)
@@ -39,6 +39,7 @@ export {
   getRandomFloatRounded,
   getRandomInteger,
   getWebSocketCloseEventStatusString,
+  isArraySorted,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,
@@ -46,13 +47,16 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
-  isValidDate,
+  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';