UNPKG

@nodots-llc/backgammon-ai

Version:

AI and integration for nodots-backgammon using gnubg as a backend engine.

4 lines 169 B
import { IntegerRange } from './generics'; export declare const MAX_PIP_COUNT = 167; export type BackgammonPips = IntegerRange<0, 167>; //# sourceMappingURL=pip.d.ts.map