UNPKG

@randsum/roller

Version:

A flexible, type-safe dice roller for tabletop RPGs, game development, and probability simulations

7 lines (6 loc) 384 B
export { matchesComparison } from './matchesComparison' export { formatComparisonDescription } from './formatComparisonDescription' export { formatComparisonNotation } from './formatComparisonNotation' export { formatHumanList } from './formatHumanList' export { parseComparisonNotation } from './parseComparisonNotation' export { applyCap } from '../modifiers/transformers/applyCap'