UNPKG

@scrabble-solver/solver

Version:
3 lines (2 loc) 144 B
import { type Cell, type Config } from '@scrabble-solver/types'; export declare const getCellsScore: (config: Config, cells: Cell[]) => number;