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 86649874a30e1434c751056257972535fb760be4..5915ae774afb0bb58f928b7cd7b13cebbb5aff35 100644 (file)
@@ -47,7 +47,7 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
-  isValidDate,
+  isValidTime,
   logPrefix,
   promiseWithTimeout,
   roundTo,
@@ -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';