X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=6cc415000d1b27c19483417ad3ce9013b2b5aa59;hb=deb85c12b77faf6974551cefcd9676e62a392086;hp=60536f99603b114c94df518f121bf30c1395f005;hpb=4c35177b63cac8a87aa6de389e1232e94c59b8c9;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 60536f99..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 { killBehaviorEnumeration } from './worker/worker-options' +export { KillBehaviors } from './worker/worker-options' +export type { KillBehavior, WorkerOptions } from './worker/worker-options'