UNPKG

@randsum/dice

Version:

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

3 lines (2 loc) 143 B
import type { RollResult, SingleRollResult } from '../types'; export declare function rollType(rolls: SingleRollResult[]): RollResult['type'];