@chess-fu/chess-game
Version:
Chess game logic
8 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var constants_1 = require("./constants");
exports.START_FEN = constants_1.START_FEN;
var chessGame_1 = require("./chessGame");
exports.default = chessGame_1.default;
exports.ChessGame = chessGame_1.ChessGame;
//# sourceMappingURL=index.js.map