UNPKG

@jharrilim/game-of-life

Version:
8 lines 238 B
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