UNPKG

tsgammon-core

Version:

A Backgammon library for Typescript, formerly developed as a part of tsgammon-ui

9 lines 316 B
import { BoardState } from '../BoardState'; /** * format boardState to text in GNU Backgammon like style. * * @param board boardState to format * @returns lines of formatted text */ export declare function formatBoard(board: BoardState, bearToLeft?: boolean): string[]; //# sourceMappingURL=formatBoard.d.ts.map