X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=a7c3d1ea1f185b0e5c77b78b3de7c41994273638;hb=de7b9e0583275225509c099f75a2801371da54d0;hp=5c8a2534baa1991c0c031f18db235cc49d559e15;hpb=810f4caf2bf0b12d5c429d1d21af62b1fe67f965;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index 5c8a2534..a7c3d1ea 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,10 +1,14 @@ export type { WorkerAbstract } from './WorkerAbstract'; -export { WorkerConstants } from './WorkerConstants'; +export { + DEFAULT_ELEMENT_START_DELAY, + DEFAULT_POOL_MAX_SIZE, + DEFAULT_POOL_MIN_SIZE, + DEFAULT_WORKER_START_DELAY, +} from './WorkerConstants'; export { WorkerFactory } from './WorkerFactory'; export { - type MessageHandler, type WorkerData, - type WorkerEvents, + WorkerEvents, type WorkerMessage, WorkerMessageEvents, WorkerProcessType,