X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Findex.ts;h=b202225586685306df379e6050cfa6b0a4d58b5f;hb=f0bede86574750d1d894d16a86ef63f83948e7a0;hp=0e727baa5e99041a289baa44a5fa94f198fe267b;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/index.ts b/src/utils/index.ts index 0e727baa..b2022255 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -24,8 +24,9 @@ export { buildStoppedMessage } from './MessageChannelUtils.js' export { + isAsyncFunction, JSONStringifyWithMapSupport, - cloneObject, + clone, convertToBoolean, convertToDate, convertToFloat, @@ -45,9 +46,7 @@ export { isEmptyString, isNotEmptyArray, isNotEmptyString, - isNullOrUndefined, - isUndefined, - isValidTime, + isValidDate, logPrefix, max, min,