perf: lookup connector status once at OCPP responses handling
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index cdc98711a6b14afdff5c2a1048bdc7d936794185..1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793 100644 (file)
@@ -39,6 +39,7 @@ export {
   getRandomFloatRounded,
   getRandomInteger,
   getWebSocketCloseEventStatusString,
+  isArraySorted,
   isEmptyArray,
   isEmptyObject,
   isEmptyString,
@@ -46,7 +47,7 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
-  isValidDate,
+  isValidTime,
   logPrefix,
   promiseWithTimeout,
   roundTo,