X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=349af12c369e207713af37bfac8f18efb3c929ef;hb=9eae7f2bf8939eaa61474e358835c1b2f13a754c;hp=92ed93a11cf52c2fe27a8ca034a58c46d0755ca0;hpb=b4904890be69e53510b67172dda7b6bbf50a635a;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,