UNPKG

@wca/helpers

Version:

Helpers and class definitions for WCA and WCIF

4 lines (3 loc) 192 B
import { EventId } from '../models'; export declare function getEventName(eventId: EventId): string; export declare function getEventResultType(eventId: EventId): 'time' | 'number' | 'multi';