refactor: factor out configuration section cache population
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 93eae31e58dea8f77ea542e2ce12fb1f0d81bb38..1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793 100644 (file)
@@ -31,6 +31,7 @@ export {
   convertToFloat,
   convertToInt,
   exponentialDelay,
+  extractTimeSeriesValues,
   formatDurationMilliSeconds,
   formatDurationSeconds,
   generateUUID,
@@ -38,6 +39,7 @@ export {
   getRandomFloatRounded,
   getRandomInteger,
   getWebSocketCloseEventStatusString,
+  isArraySorted,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,
@@ -45,6 +47,7 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
+  isValidTime,
   logPrefix,
   promiseWithTimeout,
   roundTo,