X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=86649874a30e1434c751056257972535fb760be4;hb=142a66c9948adf165706107e1fcadf9f87bae559;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..86649874 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, + isValidDate, logPrefix, promiseWithTimeout, roundTo,