UNPKG

@randsum/dice

Version:

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

3 lines (2 loc) 136 B
import type { DicePool, RollResult } from '../types'; export declare function rollResultFromDicePools(dicePools: DicePool): RollResult;