UNPKG

wcif-helpers

Version:
3 lines (2 loc) 172 B
import { Competition } from "@wca/helpers"; export declare const getPersonFromWcif: (registrantId: number, wcif: Competition) => import("@wca/helpers").Person | undefined;