Merge branch 'master' of github.com:poolifier/poolifier
[poolifier.git] / src / index.ts
index d16109532be4620adc94e436e2941be6b6a282cd..fab0d8ed575e72a6f37f7705b6fae64f604d2337 100644 (file)
@@ -60,6 +60,7 @@ export type {
 export type {
   TaskAsyncFunction,
   TaskFunction,
+  TaskFunctionOperationResult,
   TaskFunctions,
   TaskSyncFunction
 } from './worker/task-functions'