UNPKG

wcif-helpers

Version:
6 lines (5 loc) 472 B
import { Activity, Competition } from "@wca/helpers"; export declare const getActivityInfoFromSchedule: (roundId: string, wcif: Competition) => null; export declare const getActivityInfoFromScheduleWithRoom: (roundId: string, roomName: string, wcif: Competition) => null; export declare const getGroupInfoByActivityId: (activityId: number, wcif: Competition) => Activity | null; export declare const prettyRoundFormat: (format: string, cutoffAttempts?: number) => string;