UNPKG

chessground

Version:
4 lines (3 loc) 138 B
import { State } from './state.js'; import { Key } from './types.js'; export declare function explosion(state: State, keys: Key[]): void;