UNPKG

chess-legal-moves

Version:

Analyses a given chess game position in Fen notation to return legal moves and provides the next game position after a given move

3 lines (2 loc) 153 B
export declare function composeBoardArrayToString(board: string[]): string; export declare function convertPointsToNumbers(boardString: string): string;