UNPKG

nttb-support

Version:

A repository containing javascript functions to support NTTB application development

5 lines 109 B
export class Match { constructor( public readonly home: number, public readonly away: number) { } }