X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793;hb=d929adcc32a8cc79f0c7182d16f70367b001d28c;hp=cdc98711a6b14afdff5c2a1048bdc7d936794185;hpb=76dab5a927a69adf1a540ff597a2a2cfa8cdaf7f;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index cdc98711..1cdd45ee 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -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,