UNPKG

@randsum/dice

Version:

A flexible, type-safe dice roller

3 lines 189 B
import type { DicePool, RollResult } from '../types'; export declare function rollResultFromDicePools(dicePools: DicePool): RollResult; //# sourceMappingURL=rollResultFromDicePools.d.ts.map