X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=d1482c8336aa0bfc755217ac015a58f2766af0e4;hb=c5bdad1403f9ff0bf1e69a702cdec8918a6be25b;hp=3cc6fa0314825c09d6ab3965551ef950f5329aa2;hpb=e4b9c7f546318de7603566b141fd0e2d0118c794;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 3cc6fa03..d1482c83 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,5 +40,9 @@ 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'