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