UNPKG

nttb-support

Version:

A repository containing javascript functions to support NTTB application development

6 lines (5 loc) 130 B
export declare class Match { readonly home: number; readonly away: number; constructor(home: number, away: number); }