UNPKG

soccer-go

Version:

Soccer CLI for stats and results.

3 lines (2 loc) 160 B
import { JSONValue } from './CacheItem'; export declare function cachedApiCall(url: string, authToken: string | undefined, expiry: number): Promise<JSONValue>;