UNPKG

shogiops

Version:
4 lines 267 B
import type { MoveOrDrop, Square } from '../types.js'; import type { Position } from '../variant/position.js'; export declare function makeJapaneseMoveOrDrop(pos: Position, md: MoveOrDrop, lastDest?: Square): string | undefined; //# sourceMappingURL=japanese.d.ts.map