X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=190a6a41034d2738ef9b5e434cec82dc29917619;hb=65d2250205186eaab80febce407d1f7fdf830473;hp=649e0c62920bdd33330da18dc744cd1e7d58fa34;hpb=bf2561ebbc6f51ce3ea68df68eacfe8a28d50bc6;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index 649e0c62..190a6a41 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,6 +1,7 @@ export type { WorkerAbstract } from './WorkerAbstract.js' export { DEFAULT_ELEMENT_ADD_DELAY, + DEFAULT_ELEMENTS_PER_WORKER, DEFAULT_POOL_MAX_SIZE, DEFAULT_POOL_MIN_SIZE, DEFAULT_WORKER_START_DELAY @@ -8,6 +9,7 @@ export { export { WorkerFactory } from './WorkerFactory.js' export { type WorkerData, + type WorkerDataError, WorkerEvents, type WorkerMessage, WorkerMessageEvents,