UNPKG
@chess-fu/chess-game
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
0.1.3
0.1.2
0.1.1
Chess game logic
chess-fu.com
chess-fu/chess-modules
@chess-fu/chess-game
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
export
{
START_FEN
}
from
'./constants'
;
export
{
Color
,
Move
,
MoveOptions
}
from
'./chessTypes'
;
export
{
default
,
ChessGame
}
from
'./chessGame'
;