Skip to content

Commit ce1085f

Browse files
committed
refactor(guess-the-word): remove unused type defintion
1 parent 9cdb160 commit ce1085f

File tree

1 file changed

+0
-1
lines changed
  • vanilla/guess-the-word/src/services/saved-words

1 file changed

+0
-1
lines changed

vanilla/guess-the-word/src/services/saved-words/parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { getDifficultiesOfWord } from "@/utils/difficulty/of-word";
22
import { isWordRemovedFromGame } from "@/utils/word-removed";
33
import { DIFFICULTIES, DIFFICULTIES_ALL } from "@/consts/difficulty";
4-
/** @typedef {typeof DIFFICULTIES_ALL} DifficultiesAll */
54

65
/** @typedef {(item: SavedWordItem) => Promise<void>} SavedWordParser */
76

0 commit comments

Comments
 (0)