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 ed80193 commit a1db41aCopy full SHA for a1db41a
1 file changed
frontend/src/ts/test/test-ui.ts
@@ -370,9 +370,7 @@ async function updateHintsPosition(): Promise<void> {
370
await joinOverlappingHints(hintIndices, letterElements, wordHintsElements);
371
}
372
373
-/*
374
-type RequireOnly<T, K extends keyof T> = Required<Pick<T, K>> &
375
- Partial<Omit<T, K>>;*/
+
376
type WordTextWithDirection = Pick<TestWords.Word, "text" | "direction">;
377
378
function buildWordHTML(word: WordTextWithDirection, wordIndex: number): string {
0 commit comments