UNPKG

@nodots-llc/backgammon-types

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