X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=8faba2552bb4cb772724aa350016471a36d659d2;hb=e81c38f2f8046e9a482e94040b8f6d31dcda160c;hp=08943274da27c8176bcf4b6cebe3d8d408cc2656;hpb=4ccb689a9b715ae55696e2336ea4092346fa69d9;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 08943274..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' @@ -67,7 +68,7 @@ export type { MessageValue, PromiseResponseWrapper, Task, - TaskError, + WorkerError, TaskPerformance, WorkerStatistics, Writable