X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=03ee28090ba4aef76bdd84d8c5072185487e7f5a;hb=ef680bb86320e17178912f48db6cad9bcc4cb2e2;hp=df5358aeba523fa37c8617eba17296c3a12d59d1;hpb=13455ed2f83e76a6a1056cdd67f7cde3de5d156e;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index df5358ae..03ee2809 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,8 +6,8 @@ export { PoolEvents } from './pools/pool' export type { IPool, PoolEmitter, - PoolOptions, PoolEvent, + PoolOptions, PoolType, TasksQueueOptions } from './pools/pool' @@ -39,8 +39,9 @@ export { KillBehaviors } from './worker/worker-options' export type { KillBehavior, WorkerOptions } from './worker/worker-options' export type { Draft, - PromiseResponseWrapper, MessageValue, + PromiseResponseWrapper, + TaskFunctions, WorkerAsyncFunction, WorkerFunction, WorkerSyncFunction