Merge branch 'master' into feature/task-functions
[poolifier.git] / src / index.ts
index d16109532be4620adc94e436e2941be6b6a282cd..8faba2552bb4cb772724aa350016471a36d659d2 100644 (file)
@@ -60,6 +60,7 @@ export type {
 export type {
   TaskAsyncFunction,
   TaskFunction,
+  TaskFunctionOperationReturnType,
   TaskFunctions,
   TaskSyncFunction
 } from './worker/task-functions'