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 b023ac5 commit bb565b3Copy full SHA for bb565b3
index.d.ts
@@ -7,5 +7,5 @@ export default class TinyQueue<Item> {
7
constructor (items? : Item[], compare? : Comparator<Item>);
8
peek () : Item;
9
pop () : Item;
10
- push (Item) : void;
+ push (item: Item) : void;
11
}
0 commit comments