UNPKG

minesweeper-for-web

Version:
5 lines 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const MinesweeperGame_1 = require("./MinesweeperGame.js"); window.customElements.define('minesweeper-game', MinesweeperGame_1.MinesweeperGame); //# sourceMappingURL=custom-element.js.map