UNPKG
toefungi-elo-calculator
Version:
latest (1.3.4)
1.3.4
1.3.3
1.2.0
1.1.3
1.1.2
1.1.1
A package to do all necessary computations to determine ELO rankings
toefungi-elo-calculator
/
dist
/
enums
/
ScoringBonus.d.ts
10 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Enum representing the different scoring bonuses */
declare
enum
ScoringBonus
{ WIN =
1
, LOSS =
0
, DRAW =
0.5
}
export
{ ScoringBonus };
//# sourceMappingURL=ScoringBonus.d.ts.map