UNPKG
chessground-kopeclu2
Version:
latest (0.0.4)
7.11.1
0.0.4
0.0.3
0.0.2
lichess.org chess ui
github.com/kopeclu2/chessground
kopeclu2/chessground
chessground-kopeclu2
/
explosion.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
import
{
State
}
from
'./state'
;
import
{
Key
}
from
'./types'
;
export
declare
function
explosion
(
state: State, keys: Key[]
):
void
;