UNPKG

biketag

Version:

The Javascript client API for BikeTag Games

7 lines (6 loc) 318 B
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;