UNPKG

othello.js

Version:

An simple easy-to-use othello game implementation with TypeScript.

6 lines (5 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Game = void 0; var game_1 = require("./game"); Object.defineProperty(exports, "Game", { enumerable: true, get: function () { return game_1.Game; } });