Merge dependabot/npm_and_yarn/types/node-20.8.4 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 5915ae774afb0bb58f928b7cd7b13cebbb5aff35..f3feeb66d2bfd842d8fad04f9379fce44904f85f 100644 (file)
@@ -49,6 +49,9 @@ export {
   isUndefined,
   isValidTime,
   logPrefix,
+  max,
+  min,
+  once,
   promiseWithTimeout,
   roundTo,
   secureRandom,