biketag
Version:
The Javascript client API for BikeTag Games
8 lines (6 loc) • 319 B
TypeScript
import { BikeTagClient } from './client';
export { BikeTagClient };
export type { BikeTagConfiguration, BikeTagCredentials } from './client';
export type { BikeTagApiResponse } from './common/types';
export { createGameObject, createTagObject, createPlayerObject, } from './common/data';
export default BikeTagClient;