UNPKG

@randsum/5e

Version:

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

4 lines 233 B
import { type NumericRollResult } from '@randsum/dice'; import type { RollArgument5e } from './types'; export declare function roll5e({ modifier, rollingWith }: RollArgument5e): NumericRollResult; //# sourceMappingURL=roll5e.d.ts.map