UNPKG

blumjs

Version:
16 lines (15 loc) 257 B
"use strict"; var Row = (function () { function Row() { this.cells = new Array(7); } return Row; }()); exports.Row = Row; ; var Cell = (function () { function Cell() { } return Cell; }()); exports.Cell = Cell;