X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=df5358aeba523fa37c8617eba17296c3a12d59d1;hb=8289482c5070e84fd4fa36c6f18c30ba6271fc85;hp=dce003805d0ee3c7d44d499d33ce4454c188f8e0;hpb=4342a45e734bdf35316b34623176f741b2f81e86;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index dce00380..df5358ae 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,6 +40,10 @@ export type { KillBehavior, WorkerOptions } from './worker/worker-options' export type { Draft, PromiseResponseWrapper, - MessageValue + MessageValue, + WorkerAsyncFunction, + WorkerFunction, + WorkerSyncFunction } from './utility-types' export type { CircularArray } from './circular-array' +export type { Queue } from './queue'