UNPKG

@randsum/dice

Version:

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

3 lines (2 loc) 173 B
import type { NumericRollParams, RollParams } from '../types'; export declare function isNumericRollParams(poolParameters: RollParams): poolParameters is NumericRollParams;