wcif-helpers
Version:
Some helpers for WCIF
6 lines (5 loc) • 820 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";
export type { Competition, Event, Round, RoundFormat, TimeLimit, Cutoff, Qualification, ResultCondition, ParticipationRuleset, ParticipationSource, ReservedPlaces, Result, Attempt, ResultValue, ScrambleSet, Scramble, Schedule, Venue, Room, Activity, ActivityCode, Person, Registration, PersonalBest, Avatar, Assignment, AssignmentCode, Role, Series, RegistrationInfo, Extension, CountryCode, CurrencyCode, } from "./types";