UNPKG

onix-chess-game

Version:
8 lines (7 loc) 143 B
export interface IClock { limit?: string; can_pause?: boolean; initial?: number; increment?: number; totalTime?: number; }