UNPKG

@gameye/sdk

Version:
6 lines (4 loc) 149 B
import * as models from "../models"; export function getRound(state: models.StatisticQueryState) { return state.statistic.startedRounds || 0; }