UNPKG

uefa-api

Version:

Typescript bindings and utils for the UEFA APIs

4 lines (3 loc) 343 B
export declare const performApiRequest: <ResultType>(apiUrl: string, parameters: Record<string, string>) => Promise<ResultType>; export declare const parseOptionalMixedArray: (mixed: string | number | (string | number)[] | undefined) => string | undefined; export declare const validateLimitOffset: (limit: number, offset: number) => void;