import { IntegerRange } from './generics';

export const MAX_PIP_COUNT = 167;

export type BackgammonPips = IntegerRange<0, 167>;
