UNPKG

wcif-helpers

Version:
4 lines (3 loc) 230 B
import { Competition } from "./types"; export declare const getNumberOfAttemptsForRound: (roundId: string, wcif: Competition) => number; export declare const getCompetitionDates: (startDate: Date, numberOfDays: number) => Date[];