X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=a4e22756afc61c8bfe9bd0ff58b088d2031b06c3;hb=e8f1b6117053c649d1069dc758e5a379a442af5e;hp=c9ee4c6376774d73edf2d9328ab33a9880c1ebf1;hpb=e9dc6efa61975a5d4666752581a4fd384e6caa6e;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index c9ee4c63..a4e22756 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,7 +50,11 @@ export type { AbstractWorker } from './worker/abstract-worker' export { ClusterWorker } from './worker/cluster-worker' export { ThreadWorker } from './worker/thread-worker' export { KillBehaviors } from './worker/worker-options' -export type { KillBehavior, WorkerOptions } from './worker/worker-options' +export type { + KillBehavior, + WorkerOptions, + KillHandler +} from './worker/worker-options' export type { TaskAsyncFunction, TaskFunction,