UNPKG

@gameye/sdk

Version:
15 lines 386 B
/** * Fetch template state * @param gameKey identifier of the game */ export function queryTemplate(gameKey) { return this.query("template", { gameKey }); } /** * Subscribe to template state * @param gameKey identifier of the game */ export function subscribeTemplate(gameKey) { return this.subscribe("template", { gameKey }); } //# sourceMappingURL=gameye-template.js.map