UNPKG

wcif-helpers

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