X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=f3bbe5031e3d8b94e65c1e0dfb343fa6c5e6c301;hb=9d96ba4ea0e2e4b06216657cb1641551b59f58ee;hp=d16109532be4620adc94e436e2941be6b6a282cd;hpb=c172526cd82999efbace45402e0bd6d9ae173963;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index d1610953..f3bbe503 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,6 @@ export { export { PoolEvents, PoolTypes } from './pools/pool' export type { IPool, - PoolEmitter, PoolEvent, PoolInfo, PoolOptions, @@ -60,6 +59,7 @@ export type { export type { TaskAsyncFunction, TaskFunction, + TaskFunctionOperationResult, TaskFunctions, TaskSyncFunction } from './worker/task-functions'