UNPKG

@nodots-llc/backgammon-types

Version:
4 lines (3 loc) 136 B
import { IntegerRange } from './generics'; export declare const MAX_PIP_COUNT = 167; export type BackgammonPips = IntegerRange<0, 167>;