UNPKG

marga

Version:
11 lines (10 loc) 245 B
import BeadEntity from './BeadEntity'; /** * Blue is for Punto in the Bead Plate */ declare class BlueBeadEntity extends BeadEntity { isTie(): boolean; isBancoWon(): boolean; isPuntoWon(): boolean; } export default BlueBeadEntity;