wcif-helpers
Version:
Some helpers for WCIF
5 lines (4 loc) • 396 B
TypeScript
export { getActivityInfoFromSchedule, getActivityInfoFromScheduleWithRoom, getGroupInfoByActivityId, prettyRoundFormat } from './schedule';
export { getEventInfoFromWcif, getRoundInfoFromWcif, getEventIdFromRoundId, getCutoffByRoundId, getLimitByRoundId } from "./events";
export { getNumberOfAttemptsForRound, getCompetitionDates } from "./other";
export { getPersonFromWcif } from "./persons";