UNPKG

@hardbulls/wbsc-crawler

Version:

Tool to crawl events, leagues and statistics from WBSC based websites.

9 lines 236 B
export declare enum GameStatus { ONGOING = "ongoing", SCHEDULED = "scheduled", SUSPENDED = "suspended", FINISHED = "finished", CANCELED = "canceled", FORFEIT = "forfeit" } //# sourceMappingURL=GameStatus.d.ts.map