@gamepark/rules-api
Version:
API to implement the rules of a board game
13 lines • 455 B
JavaScript
export * from './EnumArrayOption';
export * from './EnumOption';
export * from './isWithPlayerIdOptions';
export * from './Option';
export * from './OptionSpecOf';
export * from './OptionsSpec';
export * from './OptionsValidationError';
export * from './PlayerEnumOption';
export * from './PlayersOptionsSpec';
export * from './WithIdOption';
export * from './WithPlayerOptionsSpec';
export * from './WithPlayersOptions';
//# sourceMappingURL=index.js.map