UNPKG
@mychess/openings
Version:
latest (1.0.0-rc.1)
1.0.0-rc.1
Chess openings.
github.com/my-chess/openings
my-chess/openings
@mychess/openings
/
book.d.ts
10 lines
(9 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
OpeningInterface
{
name
:
string
;
pgn
:
string
;
fen
:
string
;
eco
:
string
; }
export
declare
const
Book
: { [
eco
:
string
]:
OpeningInterface
; };