fix: fix pool sizing in examples
[poolifier.git] / src / index.ts
index 8a3cb9b1e2ef2521a83bfed53267980d61d8e786..c9ee4c6376774d73edf2d9328ab33a9880c1ebf1 100644 (file)
@@ -52,11 +52,11 @@ export { ThreadWorker } from './worker/thread-worker'
 export { KillBehaviors } from './worker/worker-options'
 export type { KillBehavior, WorkerOptions } from './worker/worker-options'
 export type {
+  TaskAsyncFunction,
+  TaskFunction,
   TaskFunctions,
-  WorkerAsyncFunction,
-  WorkerFunction,
-  WorkerSyncFunction
-} from './worker/worker-functions'
+  TaskSyncFunction
+} from './worker/task-functions'
 export type {
   MessageValue,
   PromiseResponseWrapper,