UNPKG

nttb-support

Version:

A repository containing javascript functions to support NTTB application development

5 lines (4 loc) 93 B
import { Match } from './match'; export interface RoundRobinPool { matches: Match[][]; }