UNPKG

@gameye/sdk

Version:
13 lines 252 B
/** * Fetch the game state */ export function queryGame() { return this.query("game", {}); } /** * Subscribe to the game state */ export function subscribeGame() { return this.subscribe("game", {}); } //# sourceMappingURL=gameye-game.js.map