UNPKG

minesweeper-for-web

Version:
4 lines 331 B
export { FieldClickEvent, FieldInteractionEvent, FieldLongPressEvent, GameLostEvent, GameWonEvent, MinesweeperEvent, } from './events/index.js'; export { ActionType, FieldInteractionType, FieldKey, } from './types/index.js'; export { MinesweeperBoard, MinesweeperEngine } from './engine/index.js'; //# sourceMappingURL=index.js.map