UNPKG
chessgroundxx
Version:
latest (9.3.0)
9.3.0
9.2.4
9.2.3
9.2.2
9.2.1
9.2.0
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.9.9
7.9.7
7.9.5
7.9.4
7.9.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
chessgroundxx
/
dist
/
fen.d.ts
5 lines
(4 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
cg
from
"./types.js"
;
export
declare
const
initial
: cg.
FEN
;
export
declare
function
read
(
fen
: cg.FEN
): cg.
Pieces
;
export
declare
function
write
(
pieces
: cg.
Pieces
): cg.
FEN
;