do to formatters
This commit is contained in:
11
apps/website/lib/formatters/DashboardRankFormatter.ts
Normal file
11
apps/website/lib/formatters/DashboardRankFormatter.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* DashboardRankDisplay
|
||||
*
|
||||
* Deterministic rank formatting for dashboard display.
|
||||
*/
|
||||
|
||||
export class DashboardRankFormatter {
|
||||
static format(rank: number): string {
|
||||
return rank.toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user