X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=a4e22756afc61c8bfe9bd0ff58b088d2031b06c3;hb=019581cc38fe0b47645d9b2120f325ab37388be2;hp=8a3cb9b1e2ef2521a83bfed53267980d61d8e786;hpb=5c4d16da7677746e563fdcfe7f82cbb842d1c9e6;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 8a3cb9b1..a4e22756 100644 --- a/src/index.ts +++ b/src/index.ts @@ -50,13 +50,17 @@ 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, TaskFunctions, - WorkerAsyncFunction, - WorkerFunction, - WorkerSyncFunction -} from './worker/worker-functions' + TaskSyncFunction +} from './worker/task-functions' export type { MessageValue, PromiseResponseWrapper,