This commit is contained in:
RyanGuild 2024-10-22 15:20:08 -04:00
parent 4941bf5294
commit be168b11e1

View file

@ -1,8 +1,3 @@
/**
* @template T
*/
@ -31,6 +26,4 @@ class PriorityQueue extends Array {
}
}
globalThis.PriorityQueue = PriorityQueue;
globalThis.PriorityQueue = PriorityQueue;