UNPKG

@randsum/daggerheart

Version:

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

3 lines (2 loc) 176 B
import type { RollArgumentDH, RollResultDH } from './types'; export declare function rollDH({ modifier, rollingWith, amplifyHope, amplifyFear }: RollArgumentDH): RollResultDH;