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.
15 lines (14 loc) • 397 B
text/typescript
export * from './actions';
export * from './board';
export * from './cellFilters';
export * from './dictionary';
export * from './localStorage';
export * from './rack';
export * from './results';
export * from './selectors';
export * from './settings';
export * from './solve';
export * from './store';
export * from './useTranslate';
export * from './useTypedSelector';
export * from './verify';