UNPKG

brasileirao

Version:

<p align="center"> <a href="https://github.com/godrix/brasileirao/actions"> <img src="https://img.shields.io/github/actions/workflow/status/godrix/brasileirao/publish.yml"/> </a> <a href="https://github.com/godrix/brasileirao"> <img src="htt

8 lines (7 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.calculateGoalDifference = void 0; const calculateGoalDifference = (goalsFor, goalsAgainst) => { return goalsFor - goalsAgainst; }; exports.calculateGoalDifference = calculateGoalDifference;