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

6 lines (5 loc) 136 B
declare const _default: { fenStringSyntax(fenString: string): void; moveSyntax(move: string): void; }; export default _default;