We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ba9c8 commit 735b32bCopy full SHA for 735b32b
src/js/data-structures/stack.js
@@ -1,3 +1,5 @@
1
+// @ts-check
2
+
3
let items;
4
export default class Stack {
5
constructor() {
0 commit comments