UNPKG

xiangqiground

Version:
9 lines (8 loc) 353 B
import * as cg from './types.js'; type Mobility = (x1: number, y1: number, x2: number, y2: number) => boolean; export declare const chariot: Mobility; export declare const horse: Mobility; export declare const elephant: Mobility; export declare const king: Mobility; export declare function premove(pieces: cg.Pieces, key: cg.Key): cg.Key[]; export {};