We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdb160 commit ce1085fCopy full SHA for ce1085f
vanilla/guess-the-word/src/services/saved-words/parse.js
@@ -1,7 +1,6 @@
1
import { getDifficultiesOfWord } from "@/utils/difficulty/of-word";
2
import { isWordRemovedFromGame } from "@/utils/word-removed";
3
import { DIFFICULTIES, DIFFICULTIES_ALL } from "@/consts/difficulty";
4
-/** @typedef {typeof DIFFICULTIES_ALL} DifficultiesAll */
5
6
/** @typedef {(item: SavedWordItem) => Promise<void>} SavedWordParser */
7
0 commit comments