fix: warn abount unsupported charging profiles structure
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 93eae31e58dea8f77ea542e2ce12fb1f0d81bb38..86649874a30e1434c751056257972535fb760be4 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,
+  isValidDate,
   logPrefix,
   promiseWithTimeout,
   roundTo,