tsgammon-core
Version:
A Backgammon library for Typescript, formerly developed as a part of tsgammon-ui
12 lines • 352 B
TypeScript
export * from './AbsoluteBoardState';
export * from './AbsoluteMove';
export * from './BoardStateNode';
export * from './BoardState';
export * from './CubeState';
export * from './Dices';
export * from './EOGStatus';
export * from './GameConf';
export * from './Move';
export * from './Ply';
export * from './Score';
//# sourceMappingURL=index.d.ts.map