Implement dashboard metrics and split race lists with BEM-styled cards using the typed races API. Made-with: Cursor
12 lines
215 B
TypeScript
12 lines
215 B
TypeScript
export {
|
|
formatDistance,
|
|
formatRaceDate,
|
|
getPaceLabel,
|
|
getRaceCountdownLabel,
|
|
getRaceStatusLabel,
|
|
parseFinishTimeToSeconds,
|
|
sortByDateAsc,
|
|
sortByDateDesc,
|
|
splitRacesByDate,
|
|
} from "./raceMetrics";
|