X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793;hb=0bd926c1e06a31ac2afd1f932857eddce54f1e91;hp=86649874a30e1434c751056257972535fb760be4;hpb=80c580411036965e34b983809b663b812ed36997;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 86649874..1cdd45ee 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -47,7 +47,7 @@ export { isNotEmptyString, isNullOrUndefined, isUndefined, - isValidDate, + isValidTime, logPrefix, promiseWithTimeout, roundTo,