UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

7 lines (6 loc) 382 B
import { S3Client } from '@aws-sdk/client-s3'; import { getGamePayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; import { Game } from '../common/schema'; import { default as TinyCache } from 'tinycache'; export declare function getGame(client: S3Client, payload: getGamePayload, cache?: typeof TinyCache): Promise<BikeTagApiResponse<Game>>;