X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=397ea764603fef677999c0d233312730dae9a7e0;hb=77b4dcc3d3fbd2148f2723df593cce10174e3358;hp=20d64cf554d2820e052cfc336c6a08ac36ec5a21;hpb=a6ef1ece74c0d08e86a905571f4f6045c28131cb;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 20d64cf5..397ea764 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -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, @@ -45,8 +45,6 @@ export { isEmptyString, isNotEmptyArray, isNotEmptyString, - isNullOrUndefined, - isUndefined, isValidTime, logPrefix, max, @@ -55,7 +53,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'