UNPKG

@gameroom/kit

Version:

Node kit for the Gameroom API

9 lines (7 loc) 147 B
const { models: { Counter } } = require('../store') module.exports = async () => { const result = await Counter.get() return result.count }