Merge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.8.0 into combined...
[poolifier.git] / src / index.ts
index a4e22756afc61c8bfe9bd0ff58b088d2031b06c3..1e5ecbff62f82623a76feaa591c71a334a3c36c3 100644 (file)
@@ -7,7 +7,6 @@ export {
 export { PoolEvents, PoolTypes } from './pools/pool'
 export type {
   IPool,
-  PoolEmitter,
   PoolEvent,
   PoolInfo,
   PoolOptions,
@@ -24,6 +23,7 @@ export type {
   MeasurementStatistics,
   MessageHandler,
   OnlineHandler,
+  StrategyData,
   TaskStatistics,
   WorkerInfo,
   WorkerType,
@@ -58,6 +58,7 @@ export type {
 export type {
   TaskAsyncFunction,
   TaskFunction,
+  TaskFunctionOperationResult,
   TaskFunctions,
   TaskSyncFunction
 } from './worker/task-functions'
@@ -65,10 +66,11 @@ export type {
   MessageValue,
   PromiseResponseWrapper,
   Task,
-  TaskError,
+  WorkerError,
   TaskPerformance,
-  WorkerStatistics
+  WorkerStatistics,
+  Writable
 } from './utility-types'
 export type { CircularArray } from './circular-array'
-export type { Queue } from './queue'
+export type { Deque, Node } from './deque'
 export { availableParallelism } from './utils'