UNPKG

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.

14 lines (13 loc) 653 B
import { Config } from '@scrabble-solver/types'; export declare const englishGbCrossplay: Config; 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 englishUsCrossplay: 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;