UNPKG

@zomlit/tsleague

Version:

RL wrapper in TypeScript

8 lines (7 loc) 141 B
export interface Stats { metadata: any; value: number; displayValue: string; displayType: string; percentile?: number; }