X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=5915ae774afb0bb58f928b7cd7b13cebbb5aff35;hb=2af834a91b2ed3ca95de2af7cbb86c59f13c1c0f;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..5915ae77 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -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';