feat: expose pool information
[poolifier.git] / src / index.ts
index 03ee28090ba4aef76bdd84d8c5072185487e7f5a..fd3cefd29305757d0c474994dedfbeaec2259192 100644 (file)
@@ -2,11 +2,12 @@ export { DynamicClusterPool } from './pools/cluster/dynamic'
 export { FixedClusterPool } from './pools/cluster/fixed'
 export type { ClusterPoolOptions } from './pools/cluster/fixed'
 export type { AbstractPool } from './pools/abstract-pool'
-export { PoolEvents } from './pools/pool'
+export { PoolEvents, PoolTypes } from './pools/pool'
 export type {
   IPool,
   PoolEmitter,
   PoolEvent,
+  PoolInfo,
   PoolOptions,
   PoolType,
   TasksQueueOptions