X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=190a6a41034d2738ef9b5e434cec82dc29917619;hb=312e936ce51be10590d5df610e6e8251fb15e256;hp=a7c3d1ea1f185b0e5c77b78b3de7c41994273638;hpb=8664faa4267611c6f15a5e0d7cd77c6ba72eb7ce;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index a7c3d1ea..190a6a41 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,15 +1,17 @@ -export type { WorkerAbstract } from './WorkerAbstract'; +export type { WorkerAbstract } from './WorkerAbstract.js' export { - DEFAULT_ELEMENT_START_DELAY, + DEFAULT_ELEMENT_ADD_DELAY, + DEFAULT_ELEMENTS_PER_WORKER, DEFAULT_POOL_MAX_SIZE, DEFAULT_POOL_MIN_SIZE, - DEFAULT_WORKER_START_DELAY, -} from './WorkerConstants'; -export { WorkerFactory } from './WorkerFactory'; + DEFAULT_WORKER_START_DELAY +} from './WorkerConstants.js' +export { WorkerFactory } from './WorkerFactory.js' export { type WorkerData, + type WorkerDataError, WorkerEvents, type WorkerMessage, WorkerMessageEvents, - WorkerProcessType, -} from './WorkerTypes'; + WorkerProcessType +} from './WorkerTypes.js'