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
/
index.d.ts
4 lines
•
140 B
TypeScript
View Raw
1
2
3
4
import
{
ConsoleMap
}
from
'./ConsoleMap'
;
export
{
ConsoleMap
};
export
declare
function
start
(
):
void
;
//# sourceMappingURL=index.d.ts.map