UNPKG
@jharrilim/game-of-life
Version:
latest (0.3.1)
0.3.1
0.3.0
Game of life in CLI
github.com/jharrilim/game-of-life
jharrilim/game-of-life
@jharrilim/game-of-life
/
dist
/
ConsoleMap.d.ts
8 lines
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CellMap
}
from
"./CellMap"
;
export
declare
class
ConsoleMap
extends
CellMap
{
private
width;
private
height;
constructor
(
width
?:
number
,
height
?:
number
);
render
():
void
; }
//# sourceMappingURL=ConsoleMap.d.ts.map