X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Findex.ts;h=5f502d2a18c4e8cb65708010a6929f703452da0c;hb=7f7eb5290dc40b6b83326fe87a9e786ec49cc751;hp=fae19abdbf8766739d4ded4b0014bbb53d6ebadd;hpb=f12182ad6dc553c7a5dfeee01bcde65c0177f671;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index fae19abd..5f502d2a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,8 @@ 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'