soccer-go
Version:
Soccer CLI for stats and results.
12 lines (11 loc) • 821 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.printTeam = exports.printStandings = exports.printScorers = exports.printMatchday = void 0;
var fixtures_1 = require("./fixtures");
Object.defineProperty(exports, "printMatchday", { enumerable: true, get: function () { return fixtures_1.printMatchday; } });
var scorers_1 = require("./scorers");
Object.defineProperty(exports, "printScorers", { enumerable: true, get: function () { return scorers_1.printScorers; } });
var standings_1 = require("./standings");
Object.defineProperty(exports, "printStandings", { enumerable: true, get: function () { return standings_1.printStandings; } });
var team_1 = require("./team");
Object.defineProperty(exports, "printTeam", { enumerable: true, get: function () { return team_1.printTeam; } });