UNPKG
@gameye/sdk
Version:
latest (0.0.3-0)
0.0.3-0
0.0.2-2
0.0.2-1
0.0.2-0
0.0.1-7
0.0.1-6
0.0.1-5
0.0.1-4
0.0.1-3
0.0.1-2
0.0.1-1
0.0.1-0
0.0.0
Node.js SDK for Gameye
github.com/Gameye/gameye-sdk-node
Gameye/gameye-sdk-node
@gameye/sdk
/
node
/
selectors
/
round.js
7 lines
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
getRound
(
state
) {
return
state.
statistic
.
startedRounds
||
0
; }
exports
.
getRound
= getRound;
//# sourceMappingURL=round.js.map