@gamepark/rules-api
Version:
API to implement the rules of a board game
13 lines (12 loc) • 422 B
TypeScript
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';