X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=fab0d8ed575e72a6f37f7705b6fae64f604d2337;hb=447eca603b96bc46303dfa16f3048b68ae576b0c;hp=d16109532be4620adc94e436e2941be6b6a282cd;hpb=71cad0b00456d2f7cf0987604062674ff19b44c4;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'