UNPKG

typing-game-cli

Version:

Command line game to practice your typing speed by competing against typer-robot or against your best result

5 lines 238 B
const optionKeyColor = 'cyan'; const defaultHandicapCount = 18; const maxHandicapCount = 12; const numerics = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']; export { optionKeyColor, defaultHandicapCount, maxHandicapCount, numerics };