X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Findex.ts;h=878ef686df5bbc3dfabc1dcbee402d54cdcb3824;hb=55ae7b758f478a2beb4557bbc96363fb913dcc73;hp=a7c3d1ea1f185b0e5c77b78b3de7c41994273638;hpb=bcbb76a6957d1c0bad4a51c040af58788b8b186f;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/index.ts b/src/worker/index.ts index a7c3d1ea..878ef686 100644 --- a/src/worker/index.ts +++ b/src/worker/index.ts @@ -1,15 +1,15 @@ -export type { WorkerAbstract } from './WorkerAbstract'; +export type { WorkerAbstract } from './WorkerAbstract.js' export { DEFAULT_ELEMENT_START_DELAY, 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, WorkerEvents, type WorkerMessage, WorkerMessageEvents, - WorkerProcessType, -} from './WorkerTypes'; + WorkerProcessType +} from './WorkerTypes.js'