X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=349af12c369e207713af37bfac8f18efb3c929ef;hb=aee467366d8c393b79e7af82c6a7ab12338ee64e;hp=92ed93a11cf52c2fe27a8ca034a58c46d0755ca0;hpb=36b5e78f5d0a98040273f48b409e643fe5902913;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 92ed93a1..349af12c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,8 @@ export { DynamicClusterPool } from './pools/cluster/dynamic' export { FixedClusterPool } from './pools/cluster/fixed' export type { ClusterPoolOptions } from './pools/cluster/fixed' -export type { IPool, PoolEmitter, PoolOptions } from './pools/pool' +export { PoolEvents } from './pools/pool' +export type { IPool, PoolEmitter, PoolOptions, PoolEvent } from './pools/pool' export type { ErrorHandler, ExitHandler,