We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf363d commit ef6337fCopy full SHA for ef6337f
src/priorityQueue.d.ts
@@ -1,5 +1,5 @@
1
export interface PriorityQueueOptions<T> {
2
- priority?: (obj: T) => number;
+ priority?: (element: T) => number;
3
}
4
5
export interface PriorityQueueItem<T> {
0 commit comments