chore: v2.4.10
[poolifier.git] / src / index.ts
index 3cc6fa0314825c09d6ab3965551ef950f5329aa2..d1482c8336aa0bfc755217ac015a58f2766af0e4 100644 (file)
@@ -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'