X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=a35887c7d3b53c48bf035d9511fb4933a6bad58e;hb=840ca85d7c40a6ee6f3a85a50e68dbea2f90acb8;hp=726a69db5985bf8577f9cc79527333008f9ce159;hpb=38ae4ce2dba0f31e0f21c20490be0e7d376ce47c;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 726a69db..a35887c7 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -5,7 +5,6 @@ export { buildEvsesStatus, OutputFormat } from './ChargingStationConfigurationUtils.js' -export { CircularArray } from './CircularArray.js' export { Configuration } from './Configuration.js' export { Constants } from './Constants.js' export { ACElectricUtils, DCElectricUtils } from './ElectricUtils.js' @@ -20,14 +19,13 @@ export { watchJsonFile } from './FileUtils.js' export { logger } from './Logger.js' export { buildAddedMessage, - buildChargingStationDataPayload, buildDeletedMessage, buildPerformanceStatisticsMessage, buildStartedMessage, buildStoppedMessage, buildUpdatedMessage } from './MessageChannelUtils.js' -export { average, median, nthPercentile, stdDeviation } from './StatisticUtils.js' +export { max, min, nthPercentile, stdDeviation } from './StatisticUtils.js' export { clone, convertToBoolean, @@ -41,7 +39,6 @@ export { generateUUID, getRandomFloatFluctuatedRounded, getRandomFloatRounded, - getRandomInteger, getWebSocketCloseEventStatusString, isArraySorted, isAsyncFunction, @@ -50,8 +47,6 @@ export { isValidDate, JSONStringify, logPrefix, - max, - min, roundTo, secureRandom, sleep,