X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=f3feeb66d2bfd842d8fad04f9379fce44904f85f;hb=c2a11566c6855de3b1f48f701be2c8779c0093a6;hp=86649874a30e1434c751056257972535fb760be4;hpb=80c580411036965e34b983809b663b812ed36997;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 86649874..f3feeb66 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -47,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';