UNPKG

@runox-game/game-engine

Version:
9 lines (8 loc) 219 B
export declare enum Color { RED = "rojo", BLUE = "azul", GREEN = "verde", YELLOW = "amarillo" } export declare const COLORS: Color[]; export declare function isValidColor(color: Color): boolean;