refactor: refine .cfignore
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index b202225586685306df379e6050cfa6b0a4d58b5f..21a650ef42d92d1d69a6b67bc1b85cfe083ce811 100644 (file)
@@ -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,