nttb-support
Version:
A repository containing javascript functions to support NTTB application development
12 lines (11 loc) • 686 B
TypeScript
import { RoundRobinPool } from './round-robin-pool';
export declare const RoundRobinPool_3_Players: RoundRobinPool;
export declare const RoundRobinPool_4_Players: RoundRobinPool;
export declare const RoundRobinPool_5_Players: RoundRobinPool;
export declare const RoundRobinPool_6_Players: RoundRobinPool;
export declare const RoundRobinPool_7_Players: RoundRobinPool;
export declare const RoundRobinPool_8_Players: RoundRobinPool;
export declare const RoundRobinPool_9_Players: RoundRobinPool;
export declare const RoundRobinPool_10_Players: RoundRobinPool;
export declare const RoundRobinPool_11_Players: RoundRobinPool;
export declare const RoundRobinPool_12_Players: RoundRobinPool;