X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=d1482c8336aa0bfc755217ac015a58f2766af0e4;hb=761b0c73be0bf581f50a78123913f933bd405f52;hp=3cc6fa0314825c09d6ab3965551ef950f5329aa2;hpb=e8bd29ce49b5fe0b861c237f1b917433a9d497a4;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'