UNPKG

wcif-helpers

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