UNPKG

football-scoreboard

Version:

A live football World Cup scoreboard library.

8 lines (7 loc) 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERROR_ALREADY_PLAYING = exports.ERROR_SAME_TEAM = exports.ERROR_NO_MATCH = exports.ERROR_NEGATIVE_SCORE = void 0; exports.ERROR_NEGATIVE_SCORE = "Cannot update score to a negative number"; exports.ERROR_NO_MATCH = "No such match on the scoreboard"; exports.ERROR_SAME_TEAM = "A team cannot play against itself"; exports.ERROR_ALREADY_PLAYING = "One or both teams are already in play";