X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=21a650ef42d92d1d69a6b67bc1b85cfe083ce811;hb=09379a0da5842414aa5835130a101aec11e724d5;hp=0069a8755229874d678502da3748ec27cdae2f15;hpb=40615072ef972a19ec60372066d384f4e859a1c7;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 0069a875..21a650ef 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -11,17 +11,20 @@ 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 { JSONStringifyWithMapSupport, @@ -40,6 +43,7 @@ export { getRandomInteger, getWebSocketCloseEventStatusString, isArraySorted, + isAsyncFunction, isEmptyArray, isEmptyObject, isEmptyString,