Skip to content

Commit a20e1f3

Browse files
authored
Export PriorityQueue type (#242)
1 parent 9eec7ef commit a20e1f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,7 @@ export default class PQueue<QueueType extends Queue<RunFunction, EnqueueOptionsT
961961
}
962962

963963
export type {Queue} from './queue.js';
964+
export {default as PriorityQueue} from './priority-queue.js';
964965
export {type QueueAddOptions, type Options} from './options.js';
965966

966967
/**

0 commit comments

Comments
 (0)