UNPKG

@randsum/daggerheart

Version:

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

3 lines (2 loc) 175 B
import type { MeetOrBeatResultDH, RollArgumentDH } from './types'; export declare function meetOrBeatDH(difficultyClass: number, rollArg: RollArgumentDH): MeetOrBeatResultDH;