UNPKG
@lichess-org/chessground
Version:
latest (10.1.1)
10.1.1
10.1.0
10.0.2
10.0.1
10.0.0
9.10.3
9.10.2
9.10.1
9.9.0
9.8.5
9.8.4
9.8.3
9.8.2
9.8.1
9.8.0
9.7.4
9.7.2
9.7.1
9.7.0
9.6.0
9.5.2
9.5.1
9.5.0
9.4.1
9.4.0
9.3.1
9.3.0
9.2.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
@lichess-org/chessground
/
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
;