UNPKG

@chess-fu/chess-game

Version:
4 lines (3 loc) 148 B
export { START_FEN } from './constants'; export { Color, Move, MoveOptions } from './chessTypes'; export { default, ChessGame } from './chessGame';