shogiops
Version:
Shogi rules and operations
5 lines • 338 B
TypeScript
import type { MoveOrDrop, Square } from '../types.js';
import type { Position } from '../variant/position.js';
export declare function makeYorozuyaMoveOrDrop(pos: Position, md: MoveOrDrop, lastDest?: Square): string | undefined;
export declare function convertJapaneseToYorozuya(jp: string): string;
//# sourceMappingURL=yorozuya.d.ts.map