UNPKG

nttb-support

Version:

A repository containing javascript functions to support NTTB application development

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