UNPKG
wgo
Version:
latest (3.0.0-alpha.10)
3.0.0-alpha.10
3.0.0-alpha.9
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.1
3.0.0-alpha.0
JavaScript library for game of Go
waltheri.github.io/wgo.js
waltheri/wgo.js
wgo
/
dist
/
Game
/
index.d.ts
5 lines
(4 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
Game
}
from
'./Game'
;
export
{
default
as
Position
}
from
'./Position'
;
export
*
from
'./rules'
;
export
{
default
as
goRules }
from
'./rules'
;