scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Crossplay, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
13 lines (12 loc) • 444 B
TypeScript
export declare const COMMA_ARABIC = "\u060C";
export declare const COMMA_LATIN = ",";
export declare const BLANK = " ";
export declare const BONUS_CHARACTER = "BONUS_CHARACTER";
export declare const BONUS_WORD = "BONUS_WORD";
export declare const EMPTY_CELL = " ";
export declare const NO_BONUS: {
characterMultiplier: number;
wordMultiplier: number;
};
export declare const CONSONANTS: string[];
export declare const VOWELS: string[];