refactor: factor out ATG and charging profiles sanity checks
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 86649874a30e1434c751056257972535fb760be4..1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793 100644 (file)
@@ -47,7 +47,7 @@ export {
   isNotEmptyString,
   isNullOrUndefined,
   isUndefined,
-  isValidDate,
+  isValidTime,
   logPrefix,
   promiseWithTimeout,
   roundTo,