shogiground
Version:
lishogi.org shogi ui
7 lines • 518 B
TypeScript
import type { Key } from './types.js';
export declare const colors: readonly ["sente", "gote"];
export declare const files: readonly ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"];
export declare const ranks: readonly ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p"];
export declare const allKeys: readonly Key[];
export declare const notations: readonly ["numeric", "japanese", "engine", "hex", "dizhi"];
//# sourceMappingURL=constants.d.ts.map