refactor: refine IWorker interface
[poolifier.git] / src / index.ts
index 0a9ab8f1ce44c43de8dd4e1c9e1a4617959afdd3..7c438e3e605210c8bca19d4de8eef4bf83dcc47f 100644 (file)
@@ -14,6 +14,7 @@ export type {
 export { WorkerTypes } from './pools/worker.js'
 export type {
   ErrorHandler,
+  EventHandler,
   EventLoopUtilizationMeasurementStatistics,
   ExitHandler,
   IWorker,
@@ -35,7 +36,6 @@ export {
 } from './pools/selection-strategies/selection-strategies-types.js'
 export type {
   IWorkerChoiceStrategy,
-  InternalWorkerChoiceStrategyOptions,
   Measurement,
   MeasurementOptions,
   MeasurementStatisticsRequirements,