X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=21a650ef42d92d1d69a6b67bc1b85cfe083ce811;hb=0b1828224edf798044ef54672ddfc69598cd99a5;hp=b202225586685306df379e6050cfa6b0a4d58b5f;hpb=be0a4d4d8bd085fcfb86db9ad025de3f270bc31d;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index b2022255..21a650ef 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -11,20 +11,22 @@ export { Configuration } from './Configuration.js' export { Constants } from './Constants.js' export { handleFileException, + handleSendMessageError, handleUncaughtException, handleUnhandledRejection, - handleSendMessageError, setDefaultErrorParams } from './ErrorUtils.js' export { watchJsonFile } from './FileUtils.js' export { + buildAddedMessage, + buildChargingStationDataPayload, + buildDeletedMessage, buildPerformanceStatisticsMessage, - buildUpdatedMessage, buildStartedMessage, - buildStoppedMessage + buildStoppedMessage, + buildUpdatedMessage } from './MessageChannelUtils.js' export { - isAsyncFunction, JSONStringifyWithMapSupport, clone, convertToBoolean, @@ -41,6 +43,7 @@ export { getRandomInteger, getWebSocketCloseEventStatusString, isArraySorted, + isAsyncFunction, isEmptyArray, isEmptyObject, isEmptyString,