perf: only clone the targeted connector status in ATG
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 4d5a38acfe4c35ca977ab64b5139fd8602518028..1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793 100644 (file)
@@ -39,6 +39,7 @@ export {
   getRandomFloatRounded,
   getRandomInteger,
   getWebSocketCloseEventStatusString,
+  isArraySorted,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,
@@ -46,6 +47,7 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
+  isValidTime,
   logPrefix,
   promiseWithTimeout,
   roundTo,