UNPKG

@randsum/5e

Version:

A flexible, type-safe dice roller for building 5e-compatible applications

6 lines (5 loc) 162 B
export type AdvantageDisadvantage5e = 'Advantage' | 'Disadvantage' export interface RollArgument5e { modifier: number rollingWith?: AdvantageDisadvantage5e }