X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=fab0d8ed575e72a6f37f7705b6fae64f604d2337;hb=0471eb2db716f98408e465364a18a750e89cfcc9;hp=08943274da27c8176bcf4b6cebe3d8d408cc2656;hpb=b7e141c40bccfd7a4ec0ff98b7829f7d296f048b;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