chore: v2.4.6
[poolifier.git] / src / index.ts
index 349af12c369e207713af37bfac8f18efb3c929ef..7a246505c502e9256d0506e8420fc57d8acdeef9 100644 (file)
@@ -8,9 +8,12 @@ export type {
   ExitHandler,
   MessageHandler,
   OnlineHandler
-} from './pools/pool-worker'
+} from './pools/worker'
 export { WorkerChoiceStrategies } from './pools/selection-strategies/selection-strategies-types'
-export type { WorkerChoiceStrategy } from './pools/selection-strategies/selection-strategies-types'
+export type {
+  WorkerChoiceStrategy,
+  WorkerChoiceStrategyOptions
+} from './pools/selection-strategies/selection-strategies-types'
 export { DynamicThreadPool } from './pools/thread/dynamic'
 export { FixedThreadPool } from './pools/thread/fixed'
 export type { ThreadWorkerWithMessageChannel } from './pools/thread/fixed'