Files
runners-calendar/frontend/src/lib/index.ts
Anton a332703e2f feat(frontend): add dashboard and race calendar views
Implement dashboard metrics and split race lists with BEM-styled cards using the typed races API.

Made-with: Cursor
2026-04-06 17:17:08 +03:00

12 lines
215 B
TypeScript

export {
formatDistance,
formatRaceDate,
getPaceLabel,
getRaceCountdownLabel,
getRaceStatusLabel,
parseFinishTimeToSeconds,
sortByDateAsc,
sortByDateDesc,
splitRacesByDate,
} from "./raceMetrics";