UNPKG

tsgammon-core

Version:

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

9 lines 431 B
import { MatchRecord } from '../MatchRecord'; /** * MatchRecordsをテキスト形式に変換する * * @param matchRecord 対象となるマッチ * @param conf オプショナルルールの適否など、ヘッダ情報に出力する設定情報 */ export declare function formatMatchRecord<T>(matchRecord: MatchRecord<T>, redPlayer?: string, whitePlayer?: string): string; //# sourceMappingURL=formatMatchRecord.d.ts.map