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

9 lines (8 loc) 176 B
declare const _default: { fenString: RegExp; move: RegExp; promotionMove: RegExp; castlingMove: RegExp; pawnDoubleMove: RegExp; }; export default _default;