UNPKG

@randsum/5e

Version:

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

5 lines 187 B
import { roll5e } from './roll5e'; export function meetOrBeat5e(difficultyClass, rollArg) { return roll5e(rollArg).total >= difficultyClass; } //# sourceMappingURL=meetOrBeat5e.js.map