UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

6 lines (5 loc) 225 B
export * from './FillGapStrategy'; export * from './LocationStrategy'; export * from './PositiveSequenceStrategy'; export * from './StackingStrategy'; export { StackingStrategy as StakingStrategy } from './StackingStrategy';