UNPKG

@jharrilim/game-of-life

Version:
5 lines (4 loc) 61 B
export interface Point { x: number; y: number; }