refactor: refine .cfignore
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 08cdf6ce4c8f6b76ef77960f15094781570bee2a..21a650ef42d92d1d69a6b67bc1b85cfe083ce811 100644 (file)
@@ -11,21 +11,24 @@ 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,
-  cloneObject,
+  clone,
   convertToBoolean,
   convertToDate,
   convertToFloat,
@@ -40,13 +43,13 @@ export {
   getRandomInteger,
   getWebSocketCloseEventStatusString,
   isArraySorted,
+  isAsyncFunction,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,
   isNotEmptyArray,
   isNotEmptyString,
-  isUndefined,
-  isValidTime,
+  isValidDate,
   logPrefix,
   max,
   min,