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