UNPKG

soccer-go

Version:

Soccer CLI for stats and results.

5 lines (4 loc) 255 B
export { default as Fixture, IFixtureJson } from './Fixture'; export { default as Player, IPlayerJson } from './Player'; export { default as Team, ITeamJson } from './Team'; export { default as Standing, IStandingJson, IStandingsJson } from './Standing';