Merge branch 'master' into multiple-functions
[poolifier.git] / src / index.ts
index dce003805d0ee3c7d44d499d33ce4454c188f8e0..03ee28090ba4aef76bdd84d8c5072185487e7f5a 100644 (file)
@@ -6,8 +6,8 @@ export { PoolEvents } from './pools/pool'
 export type {
   IPool,
   PoolEmitter,
-  PoolOptions,
   PoolEvent,
+  PoolOptions,
   PoolType,
   TasksQueueOptions
 } from './pools/pool'
@@ -39,7 +39,12 @@ export { KillBehaviors } from './worker/worker-options'
 export type { KillBehavior, WorkerOptions } from './worker/worker-options'
 export type {
   Draft,
+  MessageValue,
   PromiseResponseWrapper,
-  MessageValue
+  TaskFunctions,
+  WorkerAsyncFunction,
+  WorkerFunction,
+  WorkerSyncFunction
 } from './utility-types'
 export type { CircularArray } from './circular-array'
+export type { Queue } from './queue'