UNPKG

metafide-surge

Version:

Metafide Surge Game Computation

3 lines (2 loc) 252 B
export type { RangeGame, SpotGame, RangePlayer, SpotPlayer, ComputedData, AllocationPercentages, } from './types'; export { calculateSpotPotDistribution, calculateRangePotDistribution, computeRangeWinnings, computeSpotWinnings, } from './computation';