UNPKG

@ne1410s/griddler

Version:

Complete package for creating, sharing and solving griddler grids!

12 lines (11 loc) 261 B
/** The state of a cell. Values are unicode representations of the state. */ export declare enum CellState { Blank = 9723, Marked = 9635, Filled = 9724 } /** The type of a set of cells. */ export declare enum SetType { Column = 0, Row = 1 }