UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

7 lines (6 loc) 378 B
import { BikeTagClient } from '../client'; import { getTagPayload } from '../common/payloads'; import { Tag } from '../common/schema'; import { BikeTagApiResponse } from '../common/types'; import { default as TinyCache } from 'tinycache'; export declare function getTag(client: BikeTagClient, payload: getTagPayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<Tag>>;