chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 20d64cf554d2820e052cfc336c6a08ac36ec5a21..0e727baa5e99041a289baa44a5fa94f198fe267b 100644 (file)
@@ -1,28 +1,28 @@
-export { ACElectricUtils, DCElectricUtils } from './ElectricUtils.js';
-export { AsyncLock, AsyncLockType } from './AsyncLock.js';
+export { ACElectricUtils, DCElectricUtils } from './ElectricUtils.js'
+export { AsyncLock, AsyncLockType } from './AsyncLock.js'
 export {
   OutputFormat,
   buildChargingStationAutomaticTransactionGeneratorConfiguration,
   buildConnectorsStatus,
-  buildEvsesStatus,
-} from './ChargingStationConfigurationUtils.js';
-export { CircularArray } from './CircularArray.js';
-export { Configuration } from './Configuration.js';
-export { Constants } from './Constants.js';
+  buildEvsesStatus
+} from './ChargingStationConfigurationUtils.js'
+export { CircularArray } from './CircularArray.js'
+export { Configuration } from './Configuration.js'
+export { Constants } from './Constants.js'
 export {
   handleFileException,
   handleUncaughtException,
   handleUnhandledRejection,
   handleSendMessageError,
-  setDefaultErrorParams,
-} from './ErrorUtils.js';
-export { watchJsonFile } from './FileUtils.js';
+  setDefaultErrorParams
+} from './ErrorUtils.js'
+export { watchJsonFile } from './FileUtils.js'
 export {
   buildPerformanceStatisticsMessage,
   buildUpdatedMessage,
   buildStartedMessage,
-  buildStoppedMessage,
-} from './MessageChannelUtils.js';
+  buildStoppedMessage
+} from './MessageChannelUtils.js'
 export {
   JSONStringifyWithMapSupport,
   cloneObject,
@@ -55,7 +55,7 @@ export {
   roundTo,
   secureRandom,
   sleep,
-  validateUUID,
-} from './Utils.js';
-export { average, median, nthPercentile, stdDeviation } from './StatisticUtils.js';
-export { logger } from './Logger.js';
+  validateUUID
+} from './Utils.js'
+export { average, median, nthPercentile, stdDeviation } from './StatisticUtils.js'
+export { logger } from './Logger.js'