Merge pull request #153 from pioardi/add-worker-test
[poolifier.git] / src / index.ts
index 60536f99603b114c94df518f121bf30c1395f005..6cc415000d1b27c19483417ad3ce9013b2b5aa59 100644 (file)
@@ -15,5 +15,5 @@ export type { ThreadWorkerWithMessageChannel } from './pools/thread/fixed'
 export { AbstractWorker } from './worker/abstract-worker'
 export { ClusterWorker } from './worker/cluster-worker'
 export { ThreadWorker } from './worker/thread-worker'
-export type { WorkerOptions } from './worker/worker-options'
-export { killBehaviorEnumeration } from './worker/worker-options'
+export { KillBehaviors } from './worker/worker-options'
+export type { KillBehavior, WorkerOptions } from './worker/worker-options'