X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=8faba2552bb4cb772724aa350016471a36d659d2;hb=297d705dc3cac3e998e4ce25f1e7ee76c3b94be6;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