X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=6cc415000d1b27c19483417ad3ce9013b2b5aa59;hb=e901162fa610e2af305aac504549580b2de48cab;hp=b64a274b87c662d65249ca52ac82250c2bad3dd0;hpb=e8ea58d292e381a6be7f4d0fee5d5b691adb37ac;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index b64a274b..6cc41500 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 { killBehaviorTypes } from './worker/worker-options' +export { KillBehaviors } from './worker/worker-options' +export type { KillBehavior, WorkerOptions } from './worker/worker-options'