scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
12 lines (11 loc) • 555 B
TypeScript
import { Config } from '@scrabble-solver/types';
export declare const englishGbLetterLeague: Config;
export declare const englishGbLiteraki: Config;
export declare const englishGbScrabble: Config;
export declare const englishGbScrabbleDuel: Config;
export declare const englishGbSuperScrabble: Config;
export declare const englishUsLetterLeague: Config;
export declare const englishUsLiteraki: Config;
export declare const englishUsScrabble: Config;
export declare const englishUsScrabbleDuel: Config;
export declare const englishUsSuperScrabble: Config;