X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=03ee28090ba4aef76bdd84d8c5072185487e7f5a;hb=71002f09cd4b8ac7b8c6d5704222eb045acd1d7a;hp=3cc6fa0314825c09d6ab3965551ef950f5329aa2;hpb=e8bd29ce49b5fe0b861c237f1b917433a9d497a4;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 3cc6fa03..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,6 +39,12 @@ export { KillBehaviors } from './worker/worker-options' export type { KillBehavior, WorkerOptions } from './worker/worker-options' export type { Draft, + MessageValue, PromiseResponseWrapper, - MessageValue + TaskFunctions, + WorkerAsyncFunction, + WorkerFunction, + WorkerSyncFunction } from './utility-types' +export type { CircularArray } from './circular-array' +export type { Queue } from './queue'