X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=5f502d2a18c4e8cb65708010a6929f703452da0c;hb=97538b3355d23163509ededcc152b8101c7cc793;hp=cba064140d08ba8912d516f3c4a9c70745def408;hpb=f741236338de5af620b672d81e49677759371298;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index cba06414..5f502d2a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,8 @@ -export type { CircularArray } from './circular-array.js' +export type { CircularBuffer } from './circular-buffer.js' +export type { + FixedPriorityQueue, + FixedPriorityQueueNode +} from './fixed-priority-queue.js' export type { AbstractPool } from './pools/abstract-pool.js' export { DynamicClusterPool } from './pools/cluster/dynamic.js' export type { ClusterPoolOptions } from './pools/cluster/fixed.js'