soccer-go
Version:
Soccer CLI for stats and results.
10 lines (9 loc) • 637 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.printTeam = exports.printStandings = exports.printMatchday = void 0;
var fixtures_1 = require("./fixtures");
Object.defineProperty(exports, "printMatchday", { enumerable: true, get: function () { return fixtures_1.printMatchday; } });
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; } });