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