UNPKG

boardgame.io

Version:
7 lines (6 loc) 191 B
/** * Moves can return this when they want to indicate * that the combination of arguments is illegal and * the move ought to be discarded. */ export const INVALID_MOVE = 'INVALID_MOVE';