UNPKG

soccer-go

Version:

Soccer CLI for stats and results.

7 lines (6 loc) 307 B
import Table from 'cli-table3'; import { IStandingJson, Standing } from '../models'; import { BaseTableBuilder } from './BaseTableBuilder'; export declare class StandingsTableBuilder extends BaseTableBuilder<IStandingJson, Standing> { buildTableHeader(): Table.GenericTable<Table.HorizontalTableRow>; }