UNPKG

koishi-plugin-chess

Version:
3 lines (2 loc) 146 B
import { State } from '../board'; export declare function update(this: State, x: number, y: number, value: -1 | 1): "不入子" | "全局同形";