tsgammon-core
Version:
A Backgammon library for Typescript, formerly developed as a part of tsgammon-ui
11 lines • 378 B
TypeScript
import { GameState } from '../../GameState';
import { BGState } from '../BGState';
import { ResignState } from '../ResignState';
/**
* 現局面を、GameStateオブジェクトに読み替える
* @param bgState
* @param rsState
* @returns
*/
export declare function toGameState(bgState: BGState, rsState: ResignState): GameState;
//# sourceMappingURL=toGameState.d.ts.map