Methods
Static
calculateFromRunCount
- calculateFromRunCount(amount: number, isJunior?: boolean): Club
-
Parameters
-
amount: number
-
isJunior: boolean = false
Returns Club
Static
calculateFromParkrunResponse
Static
getDisplayName
- getDisplayName(club: Club): "None" | "10+ (Junior)" | "25+" | "50+" | "100+" | "250+" | "500+"
-
Returns "None" | "10+ (Junior)" | "25+" | "50+" | "100+" | "250+" | "500+"
Get the respective Club enum from an athlete's run/volunteer count.
See