biketag
Version:
The Javascript client API for BikeTag Games
8 lines (7 loc) • 425 B
TypeScript
import { BikeTagClient } from './client';
export { BikeTagClient };
export type { BikeTagConfiguration, BikeTagCredentials } from './client';
export type { BikeTagApiResponse } from './common/types';
export type { Tag, Game, Player, Ambassador, Stat, Setting, Achievement, Region, } from './common/schema';
export { createGameObject, createTagObject, createPlayerObject, } from './common/data';
export default BikeTagClient;