Merge dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.5.1 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 4d5a38acfe4c35ca977ab64b5139fd8602518028..5915ae774afb0bb58f928b7cd7b13cebbb5aff35 100644 (file)
@@ -39,6 +39,7 @@ export {
   getRandomFloatRounded,
   getRandomInteger,
   getWebSocketCloseEventStatusString,
+  isArraySorted,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,
@@ -46,6 +47,7 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
+  isValidTime,
   logPrefix,
   promiseWithTimeout,
   roundTo,
@@ -53,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';