UNPKG
boardgame.io
Version:
alpha (0.50.0-alpha.2)
latest (0.50.2)
0.50.2
0.50.1
0.50.0
0.50.0-alpha.2
0.50.0-alpha.1
0.50.0-alpha.0
0.49.13
0.49.12
0.49.11
0.49.10
0.49.9
0.49.8
0.49.7
0.49.6
0.49.5
0.49.4
0.49.3
0.49.2
0.49.1
0.49.0
0.48.0
0.47.10
0.47.9
0.47.8
0.47.7
0.47.6
0.47.5
0.47.4
0.47.3
0.47.2
0.47.1
0.47.0
0.46.2
0.46.1
0.46.0
0.45.2
0.45.1
0.45.0
0.44.4
0.44.3
0.44.2
0.44.1
0.44.0
0.43.3
0.43.2
0.43.1
0.43.0
0.42.2
0.42.1
0.42.0
0.41.1
0.41.0
0.40.0
0.40.0-alpha
0.39.16
0.39.15
0.39.14
0.39.13
0.39.12
0.39.11
0.39.10
0.39.9
0.39.8
0.39.7
0.39.6
0.39.5
0.39.4
0.39.3
0.39.2
0.39.1
0.39.0
0.38.1
0.38.0
0.37.2
0.37.1
0.37.0
0.36.0
0.35.1
0.35.0
0.34.1
0.34.0
0.33.2
0.33.1
0.33.0
0.32.1
0.32.0
0.31.7
0.31.6
0.31.5
0.31.4
0.31.3
0.31.2
0.31.1
0.31.0
0.30.0
0.29.5
0.29.4
0.29.3
0.29.2
0.29.1
0.29.0
0.28.1
0.28.0
0.27.1
0.27.0
0.26.3
0.26.2
0.26.1
0.26.0
0.25.5
0.25.5-test
0.25.5-canary-a
0.25.5-canary
0.25.4
0.25.3
0.25.2
0.25.1
0.25.0
0.24.0
0.23.4-canary
0.23.3
0.23.3-canary2
0.23.3-canary-1
0.23.3-canary
0.23.2
0.23.1
0.23.0
0.22.1
0.22.0
0.21.5
0.21.4
0.21.3
0.21.2
0.21.1
0.21.0
0.20.2
0.20.1
0.20.0
0.19.0
0.18.1
0.18.0
0.17.2
0.17.1
0.17.0
0.16.8
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.0.1-security
library for turn-based games
github.com/boardgameio/boardgame.io
boardgameio/boardgame.io
boardgame.io
/
src
/
core
/
constants.ts
7 lines
(6 loc)
•
191 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * 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'
;