X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=fab0d8ed575e72a6f37f7705b6fae64f604d2337;hb=f7d15c1217381b306300beb7926b42fde93bc579;hp=d16109532be4620adc94e436e2941be6b6a282cd;hpb=aed302d456407817a368e3f743020474b60facd2;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index d1610953..fab0d8ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -60,6 +60,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions'