X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=1cdd45ee37c41b0b47591f7bf4dc13c6bd16c793;hb=81b9a105a722ddb59ceaec77f9131695d80be495;hp=93eae31e58dea8f77ea542e2ce12fb1f0d81bb38;hpb=9bf0ef23c51160abc6866ad8d07eea85e308edb8;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 93eae31e..1cdd45ee 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -31,6 +31,7 @@ export { convertToFloat, convertToInt, exponentialDelay, + extractTimeSeriesValues, formatDurationMilliSeconds, formatDurationSeconds, generateUUID, @@ -38,6 +39,7 @@ export { getRandomFloatRounded, getRandomInteger, getWebSocketCloseEventStatusString, + isArraySorted, isEmptyArray, isEmptyObject, isEmptyString, @@ -45,6 +47,7 @@ export { isNotEmptyString, isNullOrUndefined, isUndefined, + isValidTime, logPrefix, promiseWithTimeout, roundTo,