UNPKG

shogiops

Version:
5 lines 338 B
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