build(simulator): don't preserve modules
[e-mobility-charging-stations-simulator.git] / src / utils / index.ts
index 6a68f64f7cdd7492f1e6d627a201d4a948fcb21e..32d351bca5c366d3b61669bb3ae245bfe3eebe48 100644 (file)
@@ -3,6 +3,7 @@ export { AsyncLock, AsyncLockType } from './AsyncLock';
 export { CircularArray } from './CircularArray';
 export { Configuration } from './Configuration';
 export { Constants } from './Constants';
+export { ErrorUtils } from './ErrorUtils';
 export { FileUtils } from './FileUtils';
 export { Utils } from './Utils';
 export { logger } from './Logger';