UNPKG

@hardbulls/wbsc-crawler

Version:

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

5 lines 186 B
import { Game } from "./Model/Game"; export declare const GameCrawler: { crawl: (url: string, timezone?: string) => Promise<Array<Game>>; }; //# sourceMappingURL=GameCrawler.d.ts.map