UNPKG
xiangqiground
Version:
latest (0.1.0)
0.1.0
xiangqi ui
github.com/lucaferranti/xiangqiground
lucaferranti/xiangqiground
xiangqiground
/
dist
/
explosion.d.ts
4 lines
(3 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
import
{
State
}
from
'./state.js'
;
import
{
Key
}
from
'./types.js'
;
export
declare
function
explosion
(
state: State, keys: Key[]
):
void
;