Type alias Color

Color: "w" | "b"

Chess color, i.e. either 'w' (white) or 'b' (black).

Generated using TypeDoc