build: bump volta node version
[poolifier.git] / src / index.ts
index 3cc6fa0314825c09d6ab3965551ef950f5329aa2..df5358aeba523fa37c8617eba17296c3a12d59d1 100644 (file)
@@ -40,5 +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'