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