UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller for tabletop RPGs, game development, and probability simulations

4 lines (3 loc) 160 B
import type { RollParams, SingleRollResult } from '../types'; declare function generateRoll(parameters: RollParams): SingleRollResult; export { generateRoll };