UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

8 lines (6 loc) 391 B
import { ImgurClient } from 'imgur'; import { getPlayersPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; import { Player } from '../common/schema'; import { default as TinyCache } from 'tinycache'; export declare function getPlayers(client: ImgurClient, payload: getPlayersPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<Player[]>>;