UNPKG

@scrabble-solver/solver

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