X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Findex.ts;h=fae19abdbf8766739d4ded4b0014bbb53d6ebadd;hb=f12182ad6dc553c7a5dfeee01bcde65c0177f671;hp=cba064140d08ba8912d516f3c4a9c70745def408;hpb=75f30e744551af87736f998db9ad02be7206e89e;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index cba06414..fae19abd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export type { CircularArray } from './circular-array.js' +export type { CircularBuffer } from './circular-buffer.js' export type { AbstractPool } from './pools/abstract-pool.js' export { DynamicClusterPool } from './pools/cluster/dynamic.js' export type { ClusterPoolOptions } from './pools/cluster/fixed.js'