UNPKG
xiangqiground
Version:
latest (0.1.0)
0.1.0
xiangqi ui
github.com/lucaferranti/xiangqiground
lucaferranti/xiangqiground
xiangqiground
/
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
;