X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils%2Findex.ts;h=d6efcdc7d17111df6b2897e2866144c3f81341c5;hb=64c14c99f9902d4e96f2a2cd404e536e0584a629;hp=549b83470e47073f845f821f28b7812daadd90fa;hpb=c17a8d29b2177a087f7fea1db4ada2b3795a7a31;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 549b8347..d6efcdc7 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -5,22 +5,20 @@ 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' export { handleFileException, + handleIncomingRequestError, handleSendMessageError, handleUncaughtException, - handleUnhandledRejection, - setDefaultErrorParams + handleUnhandledRejection } from './ErrorUtils.js' export { watchJsonFile } from './FileUtils.js' export { logger } from './Logger.js' export { buildAddedMessage, - buildChargingStationDataPayload, buildDeletedMessage, buildPerformanceStatisticsMessage, buildStartedMessage, @@ -41,7 +39,6 @@ export { generateUUID, getRandomFloatFluctuatedRounded, getRandomFloatRounded, - getRandomInteger, getWebSocketCloseEventStatusString, isArraySorted, isAsyncFunction,