X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=f3feeb66d2bfd842d8fad04f9379fce44904f85f;hb=61e0f0426f3b5ffb6738bc1f6b61ff9ed789377b;hp=1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793;hpb=0bd926c1e06a31ac2afd1f932857eddce54f1e91;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 1cdd45ee..f3feeb66 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -49,11 +49,14 @@ export { isUndefined, 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';