fix: handle properly async performance storage
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 0069a8755229874d678502da3748ec27cdae2f15..b202225586685306df379e6050cfa6b0a4d58b5f 100644 (file)
@@ -24,6 +24,7 @@ export {
   buildStoppedMessage
 } from './MessageChannelUtils.js'
 export {
+  isAsyncFunction,
   JSONStringifyWithMapSupport,
   clone,
   convertToBoolean,